Skip to content

[升级] GameFrameX.Foundation.Extensions为1.5.17 #58

[升级] GameFrameX.Foundation.Extensions为1.5.17

[升级] GameFrameX.Foundation.Extensions为1.5.17 #58

Triggered via push September 20, 2025 03:45
Status Success
Total duration 1m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Tests/GameFrameX.Tests/Utility/UnitTestTime.cs#L126
'TimeHelper.UtcToLocalDateTime(long)' is obsolete: 'UtcSecondsToLocalDateTime(long utcTimestampSeconds) 代替'
build: Tests/GameFrameX.Tests/Utility/Extensions/ExpressionExtensionTests.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/GameFrameX.Tests/Utility/UnitTestTime.cs#L117
'TimeHelper.UtcToUtcDateTime(long)' is obsolete: 'UtcSecondsToUtcDateTime(long utcTimestampSeconds)代替'
build: Tests/GameFrameX.Tests/Utility/Extensions/TimerExtensionTests.cs#L177
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/ExpressionVisitorCustomTests.cs#L44
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#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: GameFrameX.CodeGenerator/Agent/AgentGenerator.cs#L15
'GameFrameX.CodeGenerator.Agent.AgentGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build: GameFrameX.CodeGenerator/Agent/AgentGenerator.cs#L14
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/Timer/QuartzTimer.cs#L646
'LogHelper.Warn(string, params object[])' is obsolete: 'Use Warning(string message, params object[] args) instead'
build: GameFrameX.Monitor/NetWork/MetricsNetWorkHelper.cs#L11
Missing XML comment for publicly visible type or member 'MetricsNetWorkHelper'