Target net10.0 #7
Annotations
10 warnings
|
build:
src/D.Core/Syntax/Declarations/FunctionDeclarationSyntax.cs#L118
Possible null reference assignment.
|
|
build:
src/D.Core/Environment/Module.cs#L27
Possible null reference argument for parameter 'key' in 'object Dictionary<string, object>.this[string key]'.
|
|
build:
src/D.Core/Compiler/Compiler.Types.cs#L34
Possible null reference argument for parameter 'syntax' in 'IExpression Compiler.Visit(ISyntaxNode syntax)'.
|
|
build:
src/D.Core/Compiler/Compiler.Types.cs#L28
Possible null reference argument for parameter 'symbol' in 'Type Node.Get<Type>(Symbol symbol)'.
|
|
build:
src/D.Core/Compiler/Compiler.Statements.cs#L35
Possible null reference argument for parameter 'syntax' in 'IExpression Compiler.Visit(ISyntaxNode syntax)'.
|
|
build:
src/D.Core/Compiler/Compiler.cs#L302
Possible null reference argument for parameter 'type' in 'TypeInitializer.TypeInitializer(TypeSymbol type, Argument[] arguments)'.
|
|
build:
src/D.Core/Syntax/Declarations/PropertyDeclarationSyntax.cs#L16
Nullability of reference types in return type of 'TypeSymbol? PropertyDeclarationSyntax.Type.get' doesn't match implicitly implemented member 'TypeSymbol IMemberSyntax.Type.get' (possibly because of nullability attributes).
|
|
build:
src/D.Core/Numerics/Number.cs#L24
Type parameter 'T' has the same name as the type parameter from outer type 'Number<T>'
|
|
build:
src/D.Core/Primitives/ArgumentList.cs#L10
Nullability of reference types in return type of 'object? ArgumentList.this[int i].get' doesn't match implicitly implemented member 'object IArguments.this[int i].get' (possibly because of nullability attributes).
|
|
build:
src/D.Core/Primitives/Argument.cs#L31
Nullability of reference types in return type of 'object? Argument.this[int index].get' doesn't match implicitly implemented member 'object IArguments.this[int i].get' (possibly because of nullability attributes).
|