New
2.0.0
Features
- Revert custom collection types breaking change and use extension methods (#6518)
- Move conventions defined in RazorPagesOptions to MvcOptions (#6462)
- FromRouteAttribute doesn't seem to work in Razor Pages (#6402)
- Add generic overload/extension method for MvcOptions.Filters.AddService (#6395)
- SignOut() without args is broken (#6392)
- Enable SHA256.Create() calls to work for desktop applications on FIPS compliant machines. (#6354)
- Implement an attribute and filter to configure the request body size limit (#6352)
- Unable to AddPageRoute to the default page (#6338)
- Define crisp for semantics for what makes a pagemodel a pagemodel (#6210)
- Big Rock: Filters for Razor Pages (#6070)
- RazorViewEngineOptions.ParseOptions are hard to use (#6009)
- Add a filter provider for TempDataAttribute to RazorPages (#5979)
- TestServer against MVC application can't find Razor Views. (#3410)
- Limiting request content size - per action (#481)
Bugs Fixed
- Move TempDataAttribute into Microsoft.AspNetCore.Mvc namespace (#6542)
- Commit cache entries only when the content gets successfully generated (#6522)
- Android Chrome - Cryptographic Exception (#6480)
- [.netcore 2 preview 2] ifileprovider + di error (#6479)
- Layout not rendered via ViewStart.cshtml: Question on Razor View discovery in .Net Core preview 1 (#6448)
- RedirectToPage(page, handler) inside a view redirects to the page but not the handler (#6436)
- Razor Pages do not pick up changes to _ViewImports.cshml outside of the Pages directory (#6428)
- Microsoft.AspNetCore.Mvc.RazorPages should be imported by default (#6401)