C# How to get null state analysis to recognise returned object cannot be null
I’m trying to start using null state analysis in our application: https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references
C# compiler does not accept null for a nullable generic type property
Cannot convert null to ‘Guid’ because it is a non-nullable value type