Skip to content

Fix TerrainInstanceInfo v0 reading and writing (#24) #11

Fix TerrainInstanceInfo v0 reading and writing (#24)

Fix TerrainInstanceInfo v0 reading and writing (#24) #11

Triggered via push January 22, 2025 19:21
Status Failure
Total duration 55s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
publish
Process completed with exit code 1.
publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
publish: Source/Dependencies/Amicitia.IO/src/Amicitia.IO/Binary/DefaultOffsetHandler.cs#L17
Field 'DefaultOffsetHandler.mZeroHandling' is never assigned to, and will always have its default value
publish: Source/Dependencies/Amicitia.IO/src/Amicitia.IO/Binary/IDynamicBinarySerializable.cs#L36
The field 'FileWaveGroup.mWaveInfoCount' is never used
publish: Source/SharpNeedle/Glitter/Effect.cs#L9
'Effect.Version' hides inherited member 'BinaryResource.Version'. Use the new keyword if hiding was intended.
publish: Source/SharpNeedle/SonicTeam/DiEvent/Parameter.cs#L759
'MovieDisplayParam.Read(BinaryObjectReader, GameType)' hides inherited member 'BaseParam.Read(BinaryObjectReader, GameType)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
publish: Source/SharpNeedle/SonicTeam/DiEvent/Parameter.cs#L761
'MovieDisplayParam.Write(BinaryObjectWriter, GameType)' hides inherited member 'BaseParam.Write(BinaryObjectWriter, GameType)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
publish: Source/SharpNeedle/SonicTeam/DiEvent/Parameter.cs#L974
'SubtitleParam.Read(BinaryObjectReader, GameType)' hides inherited member 'BaseParam.Read(BinaryObjectReader, GameType)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.