Skip to content

Refactor NpcNameFinder with GPU compute shader for color matching #239

Refactor NpcNameFinder with GPU compute shader for color matching

Refactor NpcNameFinder with GPU compute shader for color matching #239

Triggered via pull request February 7, 2026 01:58
Status Success
Total duration 1m 31s
Artifacts

dotnet_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Core/Actionbar/ActionBarCostReader.cs#L65
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
build: Core/WoWScreen/WowScreenWGC.cs#L144
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
build: Core/Configurator/FrameConfigurator.cs#L62
Member 'waitRetryCount' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
build: Core/WoWScreen/NpcGpuResources.cs#L326
Cannot convert null literal to non-nullable reference type.
build: Core/WoWScreen/NpcGpuResources.cs#L326
Cannot convert null literal to non-nullable reference type.
build: Game/WoWScreen/IGpuTextureProvider.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: PPather/Search/PPatherService.cs#L90
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
build: SharedLib/NpcFinder/NpcNameFinder.cs#L144
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
build: SharedLib/NpcFinder/NpcNameFinder.cs#L144
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
build: SharedLib/NpcFinder/CpuLineSegmentProvider.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.