I'm happy to announce that AutoWrapper version 2.0.1 was officially released yesterday.
Here are the newly features added:
- Enable property name mappings for the default
ApiResponse
properties - Added support to implement your own user-defined
Response
andError
schema / object. - Added
IgnoreNullValue
andUseCamelCaseNamingStrategy
options. Both properties are set totrue
by default. - Enable backward compatibility support for
netcoreapp2.1
andnetcoreapp.2.2
.NET Core frameworks. - Exclude properties with
Null
values from the response output.