Skip to content

Update package references in dotnet csproj #2

Update package references in dotnet csproj

Update package references in dotnet csproj #2

Triggered via push December 9, 2023 10:58
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ST-DB/DB.cs#L13
Non-nullable field '_db' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/ST-DB/DB.cs#L13
Non-nullable field '_connString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/ST-Player/PlayerHUD.cs#L42
Dereference of a possibly null reference.
build: src/SurfTimer.cs#L83
Dereference of a possibly null reference.
build: src/SurfTimer.cs#L140
Dereference of a possibly null reference.
build: src/SurfTimer.cs#L177
Possible null reference argument for parameter 'host' in 'TimerDatabase.TimerDatabase(string host, string database, string user, string password, int port, int timeout)'.
build: src/SurfTimer.cs#L178
Possible null reference argument for parameter 'database' in 'TimerDatabase.TimerDatabase(string host, string database, string user, string password, int port, int timeout)'.
build: src/SurfTimer.cs#L179
Possible null reference argument for parameter 'user' in 'TimerDatabase.TimerDatabase(string host, string database, string user, string password, int port, int timeout)'.
build: src/SurfTimer.cs#L180
Possible null reference argument for parameter 'password' in 'TimerDatabase.TimerDatabase(string host, string database, string user, string password, int port, int timeout)'.
build: src/SurfTimer.cs#L220
Dereference of a possibly null reference.