Now that .NET 6 includes <Nullable>enable</Nullable> in the templates, it would be great if all the docs for EF Core could respect that as well.
Right now, if you follow e.g. the Getting started-tutorial, the app will raise compiler warnings for the non-null model properties etc.
I'm sure this will be confusing for people new to .NET / EF Core.
Now that .NET 6 includes
<Nullable>enable</Nullable>in the templates, it would be great if all the docs for EF Core could respect that as well.Right now, if you follow e.g. the Getting started-tutorial, the app will raise compiler warnings for the non-null model properties etc.
I'm sure this will be confusing for people new to .NET / EF Core.