Create build.yml #5
Annotations
10 warnings
build:
RageLib/Archives/ArchiveHelpers.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
RageLib/Numerics/Aabb.cs#L31
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
RageLib/Data/DataReader.cs#L46
Cannot convert null literal to non-nullable reference type.
|
build:
RageLib/Data/PartialStream.cs#L63
Cannot convert null literal to non-nullable reference type.
|
build:
RageLib/Numerics/JoaatHash.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
RageLib/Numerics/JoaatHash.cs#L30
Nullability of reference types in type of parameter 'format' of 'string JoaatHash.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
|
build:
RageLib/Numerics/JoaatHash.cs#L30
Nullability of reference types in type of parameter 'formatProvider' of 'string JoaatHash.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
|
build:
RageLib/Archives/ArchiveHelpers.cs#L37
Converting null literal or possible null value to non-nullable type.
|
build:
RageLib/Helpers/FakeDirectXTex.cs#L34
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RageLib/Resources/ResourceHelpers.cs#L366
Dereference of a possibly null reference.
|