Skip to content

Merge pull request #58 from matigramirez/item-fix #20

Merge pull request #58 from matigramirez/item-fix

Merge pull request #58 from matigramirez/item-fix #20

Triggered via push February 8, 2024 00:15
Status Failure
Total duration 40s
Artifacts

nuget.yml

on: push
Publish NuGet package
31s
Publish NuGet package
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Publish NuGet package
Process completed with exit code 1.
Publish NuGet package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish NuGet package: src/Parsec/Shaiya/Wld/Wld.cs#L23
Non-nullable property 'Heightmap' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Publish NuGet package: src/Parsec/Shaiya/Wld/Wld.cs#L28
Non-nullable property 'TextureMap' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Publish NuGet package: src/Parsec/Shaiya/Data/DataBuilder.cs#L45
Cannot convert null literal to non-nullable reference type.
Publish NuGet package: src/Parsec/Shaiya/Data/DataBuilder.cs#L59
Cannot convert null literal to non-nullable reference type.
Publish NuGet package: src/Parsec/Shaiya/Data/Sah.cs#L22
Non-nullable property 'RootDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Publish NuGet package: src/Parsec/Shaiya/Data/DataBuilder.cs#L10
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Publish NuGet package: src/Parsec/Shaiya/Data/DataBuilder.cs#L15
Non-nullable field '_safWriter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Publish NuGet package: src/Parsec/Shaiya/Data/Sah.cs#L125
Dereference of a possibly null reference.
Publish NuGet package: src/Parsec/Shaiya/Data/Sah.cs#L139
Possible null reference return.
Publish NuGet package: src/Parsec/Shaiya/NpcQuest/NpcQuest.cs#L97
Possible null reference argument for parameter 'bytes' in 'void SBinaryWriter.Write(byte[] bytes)'.