Merge branch 'main' of https://github.com/bigbang1112-cz/gbx #98
Annotations
10 warnings
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>'
|
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)
|
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)
|
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)
|
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).
|
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).
|
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).
|
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.
|
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.
|
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)'.
|
The logs for this run have expired and are no longer available.
Loading