Skip to content

nuget

nuget #13

Manually triggered October 9, 2023 20:04
Status Failure
Total duration 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nuget.yml

on: workflow_dispatch
Publish NuGet package
39s
Publish NuGet package
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Publish NuGet package
Process completed with exit code 1.
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/Sah.cs#L23
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/Sah.cs#L112
Dereference of a possibly null reference.
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/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/NpcQuest/NpcQuest.cs#L97
Possible null reference argument for parameter 'bytes' in 'void SBinaryWriter.Write(byte[] bytes)'.
Publish NuGet package: src/Parsec/Helpers/FileHelper.cs#L30
Converting null literal or possible null value to non-nullable type.