3.2.4
ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4 release notes
We are pleased to announce the release of ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4!
Features
- Target .NET Standard 2.0 in System.Net.Http.Formatting (#101)
- Add
FormUrlEncodedMediaTypeFormatter
to client formatting assemblies (#77) - DefaultBodyModelValidator extensibility (#9)
Bugs Fixed
- Update package project URLs to use HTTPS scheme (#105)
- Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#7)
- Fix null ref in DefaultControllerFactory (#6)
Known Issues
- System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception:System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented.
This is due to a known limitation in the .NET Standard 2.0 support on Mono (mono/mono#6376).