Merge pull request #36 from Panxuc/dev #264
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: push
dotnet-build-logic
2m 0s
dotnet-build-install
2m 53s
dotnet-build-launcher
1m 4s
Annotations
10 warnings
dotnet-build-logic:
logic/Preparation/Utility/SafeValue/Atomic.cs#L290
Non-nullable field 'remainder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L597
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L374
The variable 'ex' is declared but never used
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L604
The field 'MainPage.isPlaybackMode' is never used
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L623
The field 'MainPage.gameTime' is never used
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L598
Field 'MainPage.isClientStocked' is never assigned to, and will always have its default value false
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L605
The field 'MainPage.playerID' is never used
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L606
The field 'MainPage.unit' is never used
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L597
Field 'MainPage.responseStream' is never assigned to, and will always have its default value null
|
dotnet-build-logic:
logic/GameClass/GameObj/Team.cs#L165
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|