Updated version numbers to 9.0.0-pre02. + net 10 #826
Closed
Annotations
10 warnings
|
Build with dotnet:
src/ExpressionTranslator/ExpressionTranslator.cs#L829
Possible null reference argument for parameter 'texts' in 'void ExpressionTranslator.Write(params string[] texts)'.
|
|
Build with dotnet:
src/ExpressionTranslator/ExpressionTranslator.cs#L799
Possible null reference argument for parameter 'text' in 'void ExpressionTranslator.Write(string text)'.
|
|
Build with dotnet:
src/ExpressionTranslator/ExpressionTranslator.cs#L793
Dereference of a possibly null reference.
|
|
Build with dotnet:
src/ExpressionTranslator/ExpressionTranslator.cs#L493
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
src/ExpressionTranslator/Extensions.cs#L30
Possible null reference return.
|
|
Build with dotnet:
src/ExpressionTranslator/Extensions.cs#L30
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
src/ExpressionTranslator/Extensions.cs#L25
Possible null reference return.
|
|
Build with dotnet:
src/ExpressionTranslator/Extensions.cs#L25
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
src/ExpressionTranslator/PropertyDefinitions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ExpressionTranslator/PropertyDefinitions.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading