Skip to content

chore(deps): update dependency grpc.tools to v2.59.0 #131

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

chore(deps): update dependency grpc.tools to v2.59.0 #131

Triggered via push November 5, 2023 06:21
Status Success
Total duration 6m 27s
Artifacts
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
1m 27s
dotnet-build-logic
dotnet-build-install
3m 29s
dotnet-build-install
dotnet-build-launcher
1m 10s
dotnet-build-launcher
dotnet-build-playback
1m 33s
dotnet-build-playback
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
dotnet-build-logic
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
dotnet-build-logic
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
dotnet-build-logic: logic/Client/MainPage.xaml.cs#L588
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#L596
The field 'MainPage.playerID' is never used
dotnet-build-logic: logic/Client/GameStatusBar.xaml.cs#L9
Field 'GameStatusBar.lengthOfHp3Slide' is never assigned to, and will always have its default value 0
dotnet-build-logic: logic/Client/MainPage.xaml.cs#L597
The field 'MainPage.unit' is never used
dotnet-build-logic: logic/Client/MainPage.xaml.cs#L614
The field 'MainPage.gameTime' is never used
dotnet-build-logic: logic/Client/GameStatusBar.xaml.cs#L8
Field 'GameStatusBar.lengthOfHp2Slide' is never assigned to, and will always have its default value 0
dotnet-build-logic: logic/Client/MainPage.xaml.cs#L595
The field 'MainPage.isPlaybackMode' is never used
dotnet-build-install: installer/Model/EEsast.cs#L23
The type name 'language' only contains lower-cased ascii characters. Such names may become reserved for the language.
dotnet-build-install: installer/Model/Tencent_Cos.cs#L54
Cannot convert null literal to non-nullable reference type.
dotnet-build-install: installer/Model/Downloader.cs#L73
Non-nullable field 'Message' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-install: installer/Model/Local_Data.cs#L40
Dereference of a possibly null reference.
dotnet-build-install: installer/Model/Local_Data.cs#L31
Non-nullable property 'MD5Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build-install: installer/Model/Tencent_Cos.cs#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
dotnet-build-install: installer/Model/Downloader.cs#L92
Converting null literal or possible null value to non-nullable type.
dotnet-build-install: installer/Model/Downloader.cs#L96
Converting null literal or possible null value to non-nullable type.
dotnet-build-install: installer/Model/Downloader.cs#L98
Converting null literal or possible null value to non-nullable type.
dotnet-build-install: installer/ViewModel/LoginViewModel.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.