You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roslyn now supports the ? annotation on unconstrainted type parameters: dotnet/roslyn#45993
Both the EF 6 and EF Core stores use the [MaybeNull]/[AllowNull] attributes and will have to be updated to use the ? syntax once we move to a SDK/Roslyn bundle that supports C# 9.
The text was updated successfully, but these errors were encountered:
Roslyn now supports the
?
annotation on unconstrainted type parameters: dotnet/roslyn#45993Both the EF 6 and EF Core stores use the
[MaybeNull]
/[AllowNull]
attributes and will have to be updated to use the?
syntax once we move to a SDK/Roslyn bundle that supports C# 9.The text was updated successfully, but these errors were encountered: