chore(deps): update dependency google.protobuf.tools to v3.25.3 #1496
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
dotnet-build:
logic/Gaming/CharacterManager.cs#L375
Dereference of a possibly null reference.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'classroomArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'classroomPositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'chestArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'chestPositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'doorArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'doorPositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'gateArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'gatePositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build:
logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'hiddenGateArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|