Skip to content

Addon: [1.13.0] - Weapon specific durability requirements #283

Addon: [1.13.0] - Weapon specific durability requirements

Addon: [1.13.0] - Weapon specific durability requirements #283

Triggered via pull request August 23, 2026 11:51
Status Success
Total duration 1m 59s
Artifacts

dotnet_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: CoreTests/routegen/Test_RouteGen.cs#L239
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: CoreTests/routegen/Test_RouteGen.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: external/DotRecast/src/DotRecast.Recast/RcMeshDetails.cs#L800
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
build: external/DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L3466
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
build: external/DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L3438
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
build: external/DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L3401
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
build: external/DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L3346
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
build: external/DotRecast/src/DotRecast.Detour/DtNavMeshQuery.cs#L2886
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
build: external/DotRecast/src/DotRecast.Core/Numerics/RcVec3i.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: external/DotRecast/src/DotRecast.Core/Numerics/RcVec2i.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.