Microsoft.jQuery.Unobtrusive.Ajax is deprecated. Whats the alternative?

631 Views Asked by At

I am updating packages in project codebase to .net 6 (LTS) and all the projects are updated and running successfully in my solution. One package Microsoft.jQuery.Unobtrusive.Ajax with version 3.2.6 when updating says its legacy and deprecated as part of the .NET Package Deprecation and I dont seem to find its alternative at all.

Can someone please guide what is its alternative or if I need to update it in my .net 6 based projects at all? Thanks. Help is appreciated.

1

There are 1 best solutions below

1
cremor On

It seems like there is no newer version. Quote from the source repository:

IMPORTANT: This repository is in maintenance mode. We do not work, nor plan to work on any new features. Only security and critical bug fixes will be worked on.

Stack Overflow is generally not for library recommendations. But even if we would want to recommend an alternative, we would have to know how/why you are using it currently.