fix(historian-gateway): seam maxEvents XML doc + driver Platforms + ValueTask in fake
Addresses Task 1 code-review: document that ReadEventsAsync.maxEvents is enforced client-side (no server cap in the wire contract); add Platforms=AnyCPU;x64 to match sibling drivers; use ValueTask.CompletedTask in FakeHistorianGatewayClient. Claude-Session: https://claude.ai/code/session_012SDSQ3AcaXqPcBtDESBRii
This commit is contained in:
+1
-1
@@ -209,6 +209,6 @@ public sealed class FakeHistorianGatewayClient : IHistorianGatewayClient
|
||||
yield return item;
|
||||
}
|
||||
|
||||
await Task.CompletedTask.ConfigureAwait(false);
|
||||
await ValueTask.CompletedTask.ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user