Use platform line ending #3
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/D.Core/Inference/TypeSystem.cs#L43
Non-nullable field 'alpha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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/FunctionDeclarationSyntax.cs#L118
Possible null reference assignment.
|
|
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/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/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).
|