Update package references in dotnet csproj #2
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.
|