Skip to content

UaLens — multi-tab Avalonia desktop client for OPC UA #4803

UaLens — multi-tab Avalonia desktop client for OPC UA

UaLens — multi-tab Avalonia desktop client for OPC UA #4803

Triggered via pull request May 20, 2026 08:06
Status Cancelled
Total duration 20m 16s
Artifacts

docker-image.yml

on: pull_request
build-and-push-image
17m 3s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Docker Reference Server CI
Canceling since a higher priority waiting request for Docker Reference Server CI-3766 exists
build-and-push-image
Canceling since a higher priority waiting request for Docker Reference Server CI-3766 exists
build-and-push-image
The operation was canceled.
build-and-push-image
Change return type of method 'CreateDefaultFileSystemProvider' from 'Opc.Ua.Server.FileSystem.IFileSystemProvider' to 'Opc.Ua.Server.FileSystem.PhysicalFileSystemProvider' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build-and-push-image
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Opc.Ua.Server.FileSystem.FileSystemNodeId.ConstructIdForComponent(Opc.Ua.NodeState, ushort)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
build-and-push-image
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
build-and-push-image
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Opc.Ua.Server.IdentityRuleValidator.NormaliseThumbprint(string?)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)