All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Simplified installation, only install the package
Obviously.SemanticTypes
- Nullability enabled
- Support for Json.NET. A converter named
JsonNetConverter
is generated as a nested class. - Support for System.Text.Json. A converter
SystemTextJsonConverter
is generated as a nested class.
- Module ASP.NET Core: Creates the ASP.NET Core MVC Model Binder and Model Binder Provider for the semantic type, only if the project has a reference to the assembly
Microsoft.AspNetCore.Mvc
- The Model Binder Provider has to be registered in the
StartUp
.
- The Model Binder Provider has to be registered in the