Skip to content

refactor(Options): 合并属性注解中的DefaultValue到Option特性中 #67

refactor(Options): 合并属性注解中的DefaultValue到Option特性中

refactor(Options): 合并属性注解中的DefaultValue到Option特性中 #67

Triggered via push October 13, 2025 08:49
Status Failure
Total duration 1m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build
Process completed with exit code 1.
build
'LoginComponentAgentWrapper': cannot derive from sealed type 'LoginComponentAgent'
build
'LoginComponentAgentWrapper': cannot derive from sealed type 'LoginComponentAgent'
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/ExpressionExtensionTests.cs#L98
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/GameFrameX.Tests/Utility/Extensions/ExpressionExtensionTests.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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: Tests/GameFrameX.Tests/Utility/Extensions/ExpressionVisitorCustomTests.cs#L75
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.Core/Hotfix/HotfixModule.cs#L290
XML comment has cref attribute 'BaseMessageHandler' that could not be resolved
build: GameFrameX.Core/Hotfix/HotfixManager.cs#L272
XML comment has cref attribute 'BaseMessageHandler' that could not be resolved
build: GameFrameX.Monitor/NetWork/MetricsNetWorkHelper.cs#L38
Missing XML comment for publicly visible type or member 'MetricsNetWorkHelper'