Skip to content

Update short description #99

Update short description

Update short description #99

Triggered via push October 31, 2024 18:34
Status Success
Total duration 1m 18s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Generators/BigBang1112.Gbx.Server.Generators/GbxModelGenerator.cs#L9
'BigBang1112.Gbx.Server.Generators.GbxModelGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build: Tools/ClipCheckpoint/ClipCheckpoint/Exceptions/CheckpointIsMinusOneException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: Tools/ClipCheckpoint/ClipCheckpoint/Exceptions/NoGhostException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: Tools/ClipCheckpoint/ClipCheckpoint/Exceptions/NoCheckpointsException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: Tools/ClipToReplay/ClipToReplay/ClipToReplayTool.cs#L81
Using member 'GBX.NET.GameBox.ParseNode<T>(Stream, IProgress<GameBoxReadProgress>, Boolean, ILogger)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The LZO type could be dynamically loaded if Lzo.SetLzo() was not called beforehand. If Lzo.SetLzo() was called, you can globally suppress this warning (preferably only from GBX.NET).
build: Tools/ClipToReplay/ClipToReplay/ClipToReplayTool.cs#L97
Using member 'GBX.NET.Node.Save(Stream, IDRemap, ILogger)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The LZO type could be dynamically loaded if Lzo.SetLzo() was not called beforehand. If Lzo.SetLzo() was called, you can globally suppress this warning (preferably only from GBX.NET).
build: Tools/ClipToReplay/ClipToReplay/ClipToReplayTool.cs#L133
Using member 'GBX.NET.Lzo.Compress(Byte[])' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The LZO type could be dynamically loaded if Lzo.SetLzo() was not called beforehand. If Lzo.SetLzo() was called, you can globally suppress this warning (preferably only from GBX.NET).
build: Tools/ReplayViewer/MapViewerEngine/MapViewerEngine/MapViewerEngineTool.cs#L230
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Tools/ReplayViewer/MapViewerEngine/MapViewerEngine/MapViewerEngineTool.cs#L242
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Tools/ReplayViewer/MapViewerEngine/MapViewerEngine/Modules/Solid.cs#L150
Possible null reference argument for parameter 'value' in 'void Dictionary<string, JSObject>.Add(string key, JSObject value)'.