build: ⬆️ 修改installer,grpc和playback版本至.net 8.0。 #237
build.yml
on: pull_request
dotnet-build-logic
4m 23s
dotnet-build-install
3m 41s
dotnet-build-launcher
1m 8s
Annotations
1 error and 10 warnings
dotnet-build-logic
Process completed with exit code 1.
|
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#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#L623
The field 'MainPage.gameTime' 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/Client/MainPage.xaml.cs#L604
The field 'MainPage.isPlaybackMode' is never used
|
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
|