Skip to content

chore(deps): update dependency grpc.tools to v2.56.2 #1499

chore(deps): update dependency grpc.tools to v2.56.2

chore(deps): update dependency grpc.tools to v2.56.2 #1499

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

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
dotnet-build: logic/Client/PlaybackClient.cs#L99
Dereference of a possibly null reference.