-
Notifications
You must be signed in to change notification settings - Fork 4
Changelog
Andrew Bullock edited this page Oct 9, 2018
·
6 revisions
- Updated to .NET 4.7.1
- Updated from
System.Web.Razor
toMicrosoft.AspNetCore.Razor
- Updated to Serilog 2.x
- Updated to Newtonsoft.Json 11.x
-
IRequest.ContentType
changed from a string to a parsedContentType
type -
ViewRenderingException
now contains the Razor source and the generated CSharp for easier debugging - Compiled views now have a better/more accurate namespace and type name
Potential breaking changes to be aware of
-
IHtmlString
replaced withIHtmlContent
- Html encoding - especially inside HTML attributes
- Added AreaStaticAssetHandler
- Fixed #1
- Fixed #4
- Fixed #6
- Renamed IPreHandlerExecutionPipelineOperator to IPreResultPipelineOperator
- Renamed IPostHandlerExecutionPipelineOperator to IPostResultPipelineOperator
- Initial import from UNiDAYS codebase
TODO