Brian Runck
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created "Expression is always false" in pattern only when #nullable enable is off
I have a .NET Standard 2.1 project (thus it uses C# 8) but have the project-level setting for reference type nullability as off. I turn it on for select files in that project with #nullable enable....