Skip to content

Basic console commands in cedserver #312

Basic console commands in cedserver

Basic console commands in cedserver #312

Triggered via push February 6, 2025 05:53
Status Success
Total duration 2m 27s
Artifacts 6

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
build (ubuntu-latest, Server, -p:PublishSingleFile=true --self-contained false): Server/Application.cs#L53
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, Server, -p:PublishSingleFile=true --self-contained false): 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.
build (ubuntu-latest, Server, -p:PublishSingleFile=true --self-contained false): 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.
build (ubuntu-latest, Server, -p:PublishSingleFile=true --self-contained false): 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)
build (macos-13, Server, -p:PublishSingleFile=true --self-contained false): Server/Application.cs#L53
Converting null literal or possible null value to non-nullable type.
build (macos-13, Server, -p:PublishSingleFile=true --self-contained false): 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.
build (macos-13, Server, -p:PublishSingleFile=true --self-contained false): 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.
build (macos-13, Server, -p:PublishSingleFile=true --self-contained false): 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)
build (ubuntu-latest, CentrED): external/FNA/src/Graphics/PackedVector/HalfTypeHelper.cs#L22
The type name 'uif' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest, CentrED): external/FNA/src/Utilities/FNADllMap.cs#L91
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L28
Dereference of a possibly null reference.
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L86
Dereference of a possibly null reference.
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L103
Dereference of a possibly null reference.
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L116
Dereference of a possibly null reference.
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L131
The variable 'e' is declared but never used
build (ubuntu-latest, CentrED): Client/Map/ClientLandscape.cs#L97
Possible null reference return.
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L169
Dereference of a possibly null reference.
build (ubuntu-latest, CentrED): Client/CentrEDClient.cs#L195
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/Map/ClientLandscape.cs#L97
Possible null reference return.
build (macos-13, CentrED): Client/CentrEDClient.cs#L28
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L86
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L103
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L116
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L131
The variable 'e' is declared but never used
build (macos-13, CentrED): Client/CentrEDClient.cs#L169
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L195
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L215
Dereference of a possibly null reference.
build (macos-13, CentrED): Client/CentrEDClient.cs#L225
Dereference of a possibly null reference.
build (windows-latest, CentrED): external/FNA/src/Graphics/PackedVector/HalfTypeHelper.cs#L22
The type name 'uif' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest, CentrED): external/FNA/src/Utilities/FNADllMap.cs#L91
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
build (windows-latest, CentrED): Client/CentrEDClient.cs#L28
Dereference of a possibly null reference.
build (windows-latest, CentrED): Client/CentrEDClient.cs#L86
Dereference of a possibly null reference.
build (windows-latest, CentrED): Client/CentrEDClient.cs#L103
Dereference of a possibly null reference.
build (windows-latest, CentrED): Client/CentrEDClient.cs#L116
Dereference of a possibly null reference.
build (windows-latest, CentrED): Client/CentrEDClient.cs#L131
The variable 'e' is declared but never used
build (windows-latest, CentrED): Client/CentrEDClient.cs#L169
Dereference of a possibly null reference.
build (windows-latest, CentrED): Client/CentrEDClient.cs#L195
Dereference of a possibly null reference.
build (windows-latest, CentrED): Client/CentrEDClient.cs#L215
Dereference of a possibly null reference.
build (windows-latest, Server, -p:PublishSingleFile=true --self-contained false): Server/Application.cs#L53
Converting null literal or possible null value to non-nullable type.
build (windows-latest, Server, -p:PublishSingleFile=true --self-contained false): 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.
build (windows-latest, Server, -p:PublishSingleFile=true --self-contained false): 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.
build (windows-latest, Server, -p:PublishSingleFile=true --self-contained false): 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)

Artifacts

Produced during runtime
Name Size
CentrED-Linux-X64
15 MB
CentrED-Windows-X64
15 MB
CentrED-macOS-X64
14.9 MB
Server-Linux-X64
84 KB
Server-Windows-X64
119 KB
Server-macOS-X64
83.1 KB