chore(deps): update dependency google.protobuf.tools to v3.25.0 #129
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 14s
dotnet-build-install
2m 50s
dotnet-build-launcher
54s
dotnet-build-playback
33s
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#L595
The field 'MainPage.isPlaybackMode' is never used
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L588
Field 'MainPage.responseStream' is never assigned to, and will always have its default value null
|
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#L9
Field 'GameStatusBar.lengthOfHp3Slide' is never assigned to, and will always have its default value 0
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L589
Field 'MainPage.isClientStocked' is never assigned to, and will always have its default value false
|
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/ViewModel/MainViewModel.cs#L44
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/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.
|
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/Tencent_Cos.cs#L92
Converting null literal or possible null value to non-nullable type.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L97
Possible null reference argument for parameter 'savePath' in 'Task Tencent_Cos.DownloadFileAsync(string savePath, string remotePath = null)'.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L101
Possible null reference argument for parameter 'item' in 'void ConcurrentQueue<string>.Enqueue(string item)'.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L99
The variable 'ex' is declared but never used
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L86
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.
|