Skip to content

chore(deps): update dependency google.protobuf.tools to v3.25.3 #1496

chore(deps): update dependency google.protobuf.tools to v3.25.3

chore(deps): update dependency google.protobuf.tools to v3.25.3 #1496

Triggered via pull request July 25, 2023 06:50
Status Success
Total duration 1m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.