7702244
7702244
When I'm using MvcSiteMapProvider I can't register custom ControllerFactory in Application_Start, because MvcSiteMapProvider redefines it later, so my CustomControllerFactory have no effect. ``` protected void Application_Start() { //Prints: System.Web.Mvc.DefaultControllerFactory logger.Info(ControllerBuilder.Current.GetControllerFactory().ToString());...
You are only using json serialization in the JwsSigner.cs class. Why not get rid of the heavy dependency Newtonsoft.Json and use the standard fast and simple JsonSerializer ([Documentation](https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-how-to?pivots=dotnet-5-0#how-to-write-net-objects-as-json-serialize))
Hi! You wrote a great tool that I use in many projects. Now many companies are abandoning the use of heavy jQuery in favor of modern solutions. Maybe it's time...
**Describe the bug** After upgrade to the new version, when using `await query.ToPagedListAsync(pageNumber, pageSize)` all table data loads into memory! When used together with Entity Framework, 2 queries are actually...