Unplanned
Last Updated: 17 Feb 2022 14:02 by Shannon
Shannon
Created on: 17 Feb 2022 14:02
Type: Feature Request
2
Add support for nullable reference types in the Web Apis
Currently if nullable reference types are enabled in a Web Api project:
<Nullable>enable</Nullable>
validation errors are returned for endpoint which accept null (or nothing) for parameters.
0 comments