feat: ✨ improvement on Areas #197
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: pull_request
dotnet-build-logic
1m 27s
dotnet-build-install
2m 7s
dotnet-build-launcher
2m 13s
dotnet-build-playback
1m 9s
Annotations
3 errors and 20 warnings
dotnet-build-logic:
logic/GameClass/GameObj/Areas/AreaFactory.cs#L9
There is no argument given that corresponds to the required parameter 'teamID' of 'Home.Home(XY, long)'
|
dotnet-build-logic:
logic/GameClass/GameObj/Areas/AreaFactory.cs#L9
There is no argument given that corresponds to the required parameter 'teamID' of 'Home.Home(XY, long)'
|
dotnet-build-logic
Process completed with exit code 1.
|
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/GameClass/GameObj/Areas/Wormhole.cs#L11
Possible null reference return.
|
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/GameClass/GameObj/Team.cs#L127
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-logic:
logic/GameClass/GameObj/Team.cs#L127
Non-nullable field 'home' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L374
The variable 'ex' is declared but never used
|
dotnet-build-logic:
logic/GameClass/GameObj/Ship.cs#L195
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet-build-logic:
logic/Client/MainPage.xaml.cs#L606
The field 'MainPage.unit' is never used
|
dotnet-build-logic:
logic/GameClass/GameObj/Ship.cs#L195
Non-nullable field 'ArmorModule' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-install:
installer/Model/Tencent_Cos.cs#L54
Cannot convert null literal to non-nullable reference type.
|
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/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/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/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#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.
|