fix(driver-galaxy): fix XML doc comment cref in StatusCodeMap.ToQualityCategoryByte

StatusCode is not a .NET type reference in this assembly — replace the unresolvable
<see cref="StatusCode"/> with prose text so TreatWarningsAsErrors does not fail the
build on the CS1574 unresolved-cref warning.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph Doherty
2026-05-22 09:51:17 -04:00
parent 7a7defb59b
commit ebfd5d7871

View File

@@ -102,7 +102,7 @@ internal static class StatusCodeMap
}
/// <summary>
/// Convert an OPC UA <see cref="StatusCode"/> uint back to the OPC DA quality category
/// Convert an OPC UA status-code uint back to the OPC DA quality category
/// byte — Good=192, Uncertain=64, Bad=0 — by extracting the top-two bits of the
/// high word. This is the inverse of the category-bucket arm of
/// <see cref="FromQualityByte"/>. It is intentionally lossy (substatus bits are not