wemogy / libs-aspnet

ASP.NET Helpers and Tools

Home Page:http://libs-aspnet.docs.wemogy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option for `SuppressImplicitRequiredAttributeForNonNullableReferenceTypes`

robinmanuelthiel opened this issue · comments

builder.Services.AddControllers(options =>
{
    options.SuppressImplicitRequiredAttributeForNonNullableReferenceTypes = true;
});

Needed for Core API