Update ClipInput #102
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/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/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)'.
|