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
See https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references
This feature was introduced in C# 8.0 and, if enabled, helps prevent NullReferenceExceptions by giving compiler warnings when a NullReferenceException may occur.
Made a separate issue for this as requested in #206
The text was updated successfully, but these errors were encountered:
See https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references
This feature was introduced in C# 8.0 and, if enabled, helps prevent NullReferenceExceptions by giving compiler warnings when a NullReferenceException may occur.
Made a separate issue for this as requested in #206
The text was updated successfully, but these errors were encountered: