Note: #14150 tracks introducing nullability to non-public parts as well (i.e. annotate the entire codebase), and isn't currently planned for 5.0.
This issue now tracks annotating the entire codebase for C# 8 NRTs.
/cc @rynowak @cartermp
Work status
Some specific leftovers we need to do:
Note: #14150 tracks introducing nullability to non-public parts as well (i.e. annotate the entire codebase), and isn't currently planned for 5.0.This issue now tracks annotating the entire codebase for C# 8 NRTs.
/cc @rynowak @cartermp
Work status
Some specific leftovers we need to do:
nullablePublicOnlyto the compiler - but we use pubternal extensively. Making EF Core more trimming friendly may be an alternative. See Add nullablePublicOnly Roslyn Feature aspnetcore#29908.#nullable disableand see if we can get rid of them