添加API.cpp #156
build.yml
on: pull_request
dotnet-build-logic
1m 34s
dotnet-build-install
9m 28s
Annotations
10 errors and 12 warnings
dotnet-build-logic:
logic/GameClass/GameObj/Map/Map.cs#L2
The type or namespace name 'MapGenerator' does not exist in the namespace 'GameClass' (are you missing an assembly reference?)
|
dotnet-build-logic:
logic/GameEngine/GameEngineLogging.cs#L1
The type or namespace name 'Logging' does not exist in the namespace 'Preparation.Utility' (are you missing an assembly reference?)
|
dotnet-build-logic:
logic/Preparation/Utility/Value/SafeValue/Atomic.cs#L3
The type or namespace name 'SafeMethod' does not exist in the namespace 'Preparation.Utility.Value.SafeValue' (are you missing an assembly reference?)
|
dotnet-build-logic:
logic/Server/ArgumentOptions.cs#L1
The type or namespace name 'CommandLine' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-build-logic:
logic/Server/CopyInfo.cs#L4
The type or namespace name 'Protobuf' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-build-logic:
logic/Server/GameServer.cs#L3
The type or namespace name 'MapGenerator' does not exist in the namespace 'GameClass' (are you missing an assembly reference?)
|
dotnet-build-logic:
logic/Server/GameServer.cs#L5
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-build-logic:
logic/Server/GameServer.cs#L6
The type or namespace name 'Playback' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-build-logic:
logic/Server/GameServer.cs#L8
The type or namespace name 'Protobuf' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-build-logic:
logic/Server/GameServer.cs#L10
The type or namespace name 'Timothy' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-build-logic:
logic/GameClass/GameObj/Areas/A_Resource.cs#L14
'A_Resource.Type' hides inherited member 'GameObj.Type'. Use the new keyword if hiding was intended.
|
dotnet-build-logic:
logic/GameClass/GameObj/Areas/A_Resource.cs#L14
'A_Resource.Type' hides inherited member 'GameObj.Type'. Use the new keyword if hiding was intended.
|
dotnet-build-install:
installer/Model/EEsast.cs#L196
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/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
|
dotnet-build-install:
installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
|
dotnet-build-install:
installer/ViewModel/PlaybackViewModel.cs#L83
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Start(ProcessStartInfo)' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
dotnet-build-install:
installer/ViewModel/InstallViewModel.cs#L230
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'IFolderPicker.PickAsync(string, CancellationToken)' is only supported on: 'Android' 26.0 and later, 'iOS' 14.0 and later, 'maccatalyst' 14.0 and later, 'Tizen', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
dotnet-build-install:
installer/Model/Downloader.cs#L255
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Start(ProcessStartInfo)' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
dotnet-build-install:
installer/ViewModel/DebugViewModel.cs#L259
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Kill()' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
dotnet-build-install:
installer/ViewModel/DebugViewModel.cs#L264
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Kill()' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
dotnet-build-install:
installer/ViewModel/DebugViewModel.cs#L279
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Start(ProcessStartInfo)' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
dotnet-build-install:
installer/ViewModel/DebugViewModel.cs#L357
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'Process.Start(ProcessStartInfo)' is unsupported on: 'ios' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|