.NET 8 #294
Annotations
12 warnings
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
build:
GraphEngine/SerialisingVisitor.cs#L39
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GraphEngine/SerialisingVisitor.cs#L301
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GraphEngine/ElementInit.cs#L16
Possible null reference argument for parameter 'addMethod' in 'ElementInit Expression.ElementInit(MethodInfo addMethod, IEnumerable<Expression> arguments)'.
|
build:
GraphEngine/BinaryOperation.cs#L13
Dereference of a possibly null reference.
|
build:
GraphEngine/Catch.cs#L40
Possible null reference argument for parameter 'type' in 'CatchBlock Expression.MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)'.
|
build:
GraphEngine/Expressions/Call.cs#L48
Possible null reference argument for parameter 'methodName' in 'MethodCallExpression Expression.Call(Type type, string methodName, Type[]? typeArguments, params Expression[]? arguments)'.
|
build:
GraphEngine/Expressions/Call.cs#L53
Dereference of a possibly null reference.
|
build:
GraphEngine/Expressions/Call.cs#L54
Possible null reference argument for parameter 'methodName' in 'MethodCallExpression Expression.Call(Expression instance, string methodName, Type[]? typeArguments, params Expression[]? arguments)'.
|
build:
GraphEngine/Method.cs#L21
Dereference of a possibly null reference.
|
build:
GraphEngine/SerialisingVisitor.cs#L165
Dereference of a possibly null reference.
|