Skip to content

Create build.yml

Create build.yml #6

Triggered via pull request November 28, 2023 11:33
Status Success
Total duration 28s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/Archives/ArchiveHelpers.cs#L37
Converting null literal or possible null value to non-nullable type.
build: RageLib/Resources/ResourceHelpers.cs#L366
Dereference of a possibly null reference.