Skip to content

update readme

update readme #32

Triggered via push October 5, 2024 04:08
Status Success
Total duration 1m 39s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Parsec/Shaiya/Wld/Wld.cs#L23
Non-nullable property 'Heightmap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Parsec/Shaiya/Wld/Wld.cs#L28
Non-nullable property 'TextureMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Parsec/Shaiya/Data/Sah.cs#L22
Non-nullable property 'RootDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Parsec/Shaiya/Data/Sah.cs#L125
Dereference of a possibly null reference.
build: src/Parsec/Shaiya/Data/Sah.cs#L139
Possible null reference return.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L45
Cannot convert null literal to non-nullable reference type.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L59
Cannot convert null literal to non-nullable reference type.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L10
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L15
Non-nullable field '_safWriter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Parsec/Shaiya/NpcQuest/NpcQuest.cs#L97
Possible null reference argument for parameter 'bytes' in 'void SBinaryWriter.Write(byte[] bytes)'.