Skip to content

All EF Core examples should use NRTs (nullable reference types) since that's now the default in .NET 6 #3575

@cwe1ss

Description

@cwe1ss

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions