From ebfd5d7871ef32b1aebc659d7f7e3fcddda259aa Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Fri, 22 May 2026 09:51:17 -0400 Subject: [PATCH] fix(driver-galaxy): fix XML doc comment cref in StatusCodeMap.ToQualityCategoryByte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit StatusCode is not a .NET type reference in this assembly — replace the unresolvable 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) --- .../ZB.MOM.WW.OtOpcUa.Driver.Galaxy/Runtime/StatusCodeMap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.Galaxy/Runtime/StatusCodeMap.cs b/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.Galaxy/Runtime/StatusCodeMap.cs index 914a623..7a9f911 100644 --- a/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.Galaxy/Runtime/StatusCodeMap.cs +++ b/src/Drivers/ZB.MOM.WW.OtOpcUa.Driver.Galaxy/Runtime/StatusCodeMap.cs @@ -102,7 +102,7 @@ internal static class StatusCodeMap } /// - /// Convert an OPC UA 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 /// . It is intentionally lossy (substatus bits are not