This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Le pain #6
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
test-windows-latest:
Moth/LLVM/GenericDictionary.cs#L15
Nullability of reference types in type of parameter 'x' of 'bool GenericEqualityComparer.Equals(GenericSignature x, GenericSignature y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenericSignature>.Equals(GenericSignature? x, GenericSignature? y)' (possibly because of nullability attributes).
|
test-windows-latest:
Moth/LLVM/GenericDictionary.cs#L15
Nullability of reference types in type of parameter 'y' of 'bool GenericEqualityComparer.Equals(GenericSignature x, GenericSignature y)' doesn't match implicitly implemented member 'bool IEqualityComparer<GenericSignature>.Equals(GenericSignature? x, GenericSignature? y)' (possibly because of nullability attributes).
|
test-windows-latest:
Moth/LLVM/Type.cs#L85
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/AST/Node/ThisNode.cs#L5
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/AST/Node/InferredLocalDefNode.cs#L7
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/AST/Node/FuncTypeRefNode.cs#L9
Cannot convert null literal to non-nullable reference type.
|
test-windows-latest:
Moth/AST/ASTGenerator.cs#L23
Nullable value type may be null.
|
test-windows-latest:
Moth/AST/ASTGenerator.cs#L68
Nullable value type may be null.
|
test-windows-latest:
Moth/AST/ASTGenerator.cs#L75
Nullable value type may be null.
|
test-windows-latest:
Moth/AST/ASTGenerator.cs#L80
Nullable value type may be null.
|