Skip to content

Further refactoring

Further refactoring #8

Triggered via push November 8, 2024 17:45
Status Success
Total duration 32s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#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.
publish: Source/SharpNeedle/SonicTeam/DiEvent/Parameter.cs#L993
'SubtitleParam.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/SplinePath.cs#L10
'SplinePath.Version' hides inherited member 'BinaryResource.Version'. Use the new keyword if hiding was intended.