remove m_tileCount #102 #103
Merged
Annotations
1 error and 10 warnings
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Autobuild:
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)
|
Autobuild:
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)
|
Autobuild:
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)
|
Autobuild:
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)
|
Autobuild:
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)
|
Autobuild:
src/DotRecast.Recast/RcLayers.cs#L173
Unreachable code detected
|
Autobuild:
src/DotRecast.Recast/RcLayers.cs#L173
Unreachable code detected
|
Autobuild:
src/DotRecast.Recast/RcLayers.cs#L173
Unreachable code detected
|
Autobuild:
test/DotRecast.Core.Test/RcRentedArrayTest.cs#L30
The variable 'rentedArray' is declared but never used
|
Autobuild:
test/DotRecast.Core.Test/RcStackArrayTest.cs#L29
The variable 'array_128_512_1' is assigned but its value is never used
|
Loading