Skip to content

refactor(Discovery): 清理未使用的消息操作类型并修复代码格式 #59

refactor(Discovery): 清理未使用的消息操作类型并修复代码格式

refactor(Discovery): 清理未使用的消息操作类型并修复代码格式 #59

Triggered via push September 28, 2025 09:55
Status Success
Total duration 1m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Tests/GameFrameX.Tests/Utility/LNumberTests.cs#L362
Comparison made to same variable; did you mean to compare something else?
build: Tests/GameFrameX.Tests/Utility/LNumberTests.cs#L346
Comparison made to same variable; did you mean to compare something else?
build: Tests/GameFrameX.Tests/Utility/LNumberTests.cs#L330
Comparison made to same variable; did you mean to compare something else?
build: Tests/GameFrameX.Tests/Utility/UnitTestTime.cs#L157
'TimeHelper.UtcToLocalDateTime(long)' is obsolete: 'UtcSecondsToLocalDateTime(long utcTimestampSeconds) 代替'
build: Tests/GameFrameX.Tests/Utility/UnitTestTime.cs#L148
'TimeHelper.UtcToUtcDateTime(long)' is obsolete: 'UtcSecondsToUtcDateTime(long utcTimestampSeconds)代替'
build: Tests/GameFrameX.Tests/Utility/Extensions/TimerExtensionTests.cs#L208
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.
build: Tests/GameFrameX.Tests/Utility/Extensions/TimerExtensionTests.cs#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.CodeGenerator/Agent/AgentGenerator.cs#L46
'GameFrameX.CodeGenerator.Agent.AgentGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build: GameFrameX.CodeGenerator/Agent/AgentGenerator.cs#L45
This compiler extension should not be implemented in an assembly with target framework '.NET 8.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
build: GameFrameX.Monitor/NetWork/MetricsNetWorkHelper.cs#L38
Missing XML comment for publicly visible type or member 'MetricsNetWorkHelper'