Basic console commands in cedserver #312
Annotations
4 warnings
Publish:
Server/Application.cs#L53
Converting null literal or possible null value to non-nullable type.
|
Publish:
Server/Application.cs#L46
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.
|
Publish:
Server/Application.cs#L8
Non-nullable field '_cedServer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
Server/Map/RadarMap.cs#L20
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Loading