inertiajs.com icon indicating copy to clipboard operation
inertiajs.com copied to clipboard

Change ASP.NET Core community adapter

Open kapi2289 opened this issue 2 years ago • 0 comments

The current adapter is not currently maintained, and even changes from 2021 are still not uploaded to NuGet.

My library adds some missing key features:

  • Validation error handling
  • Server-side rendering

Its usage is more similar to the official adapter and it fixes main errors, which were present in the mentioned library:

  • Fixed PATCH, PUT, DELETE redirection not working properly
  • Fixed cycle reference error when trying to pass models with relations
  • Shared data is now only request-scoped, instead of being shared in an application singleton
  • Props and shared data are now merged, not separated, just like in the official adapter

kapi2289 avatar Dec 20 '22 19:12 kapi2289