feat: 🎨 server #239
build.yml
on: pull_request
dotnet-build-logic
1m 29s
dotnet-build-install
2m 33s
dotnet-build-launcher
31s
dotnet-build-playback
56s
Annotations
10 errors and 10 warnings
dotnet-build-logic:
logic/Client/App.xaml#L2
The tag 'Application' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 2 Position 14.
|
dotnet-build-logic:
logic/Client/AppShell.xaml#L3
The tag 'Shell' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 3 Position 5.
|
dotnet-build-logic:
logic/Client/GameStatusBar.xaml#L2
The tag 'ContentView' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 2 Position 14.
|
dotnet-build-logic:
logic/Client/MainPage.xaml#L2
The tag 'ContentPage' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 2 Position 14.
|
dotnet-build-logic:
logic/Client/Map.xaml#L2
The tag 'ContentView' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 2 Position 14.
|
dotnet-build-logic:
logic/Client/Platforms/Windows/App.xaml#L2
The tag 'MauiWinUIApplication' does not exist in XML namespace 'using:Microsoft.Maui'. Line 2 Position 5.
|
dotnet-build-logic:
logic/Client/PlayerStatusBar.xaml#L2
The tag 'ContentView' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 2 Position 14.
|
dotnet-build-logic:
logic/Client/Resources/Styles/Colors.xaml#L4
The tag 'ResourceDictionary' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 4 Position 5.
|
dotnet-build-logic:
logic/Client/Resources/Styles/Styles.xaml#L4
The tag 'ResourceDictionary' does not exist in XML namespace 'http://schemas.microsoft.com/dotnet/2021/maui'. Line 4 Position 5.
|
dotnet-build-logic:
logic/GameClass/GameObj/Areas/Home.cs#L7
'Home' does not implement interface member 'IHome.TeamID'. 'Home.TeamID' cannot implement 'IHome.TeamID' because it does not have the matching return type of 'AtomicLong'.
|
dotnet-build-install
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
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/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
|