Skip to content

Merge branch 'main' into nodeset2 #1009

Merge branch 'main' into nodeset2

Merge branch 'main' into nodeset2 #1009

Triggered via push February 6, 2025 08:25
Status Failure
Total duration 2h 32m 58s
Artifacts 9

buildandtest.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

35 errors and 174 warnings
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-ubuntu-latest-Client
Process completed with exit code 1.
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-ubuntu-latest-Client.ComplexTypes
Process completed with exit code 1.
test-ubuntu-latest-Server
Response status code does not indicate success: 503 (Service Unavailable).
test-windows-latest-Client: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Client: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Client
Process completed with exit code 1.
test-ubuntu-latest-Security.Certificates
Response status code does not indicate success: 503 (Service Unavailable).
test-ubuntu-latest-Gds
Response status code does not indicate success: 503 (Service Unavailable).
test-ubuntu-latest-PubSub
Response status code does not indicate success: 504 (Gateway Timeout).
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Client.ComplexTypes
Process completed with exit code 1.
test-windows-latest-Server: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Server: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Server
Process completed with exit code 1.
test-windows-latest-Gds: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Gds: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-windows-latest-Gds
Process completed with exit code 1.
test-macOS-latest-Configuration
Response status code does not indicate success: 504 (Gateway Timeout).
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Client.ComplexTypes
Process completed with exit code 1.
test-macOS-latest-Client: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Client: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Client
Process completed with exit code 1.
test-macOS-latest-Gds: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Gds: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Gds
Process completed with exit code 1.
test-macOS-latest-Server: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Server: Applications/Quickstarts.Servers/TestData/TestDataNodeManager.cs#L69
The name 'NodeManagerOrderDefaults' does not exist in the current context
test-macOS-latest-Server
Process completed with exit code 1.
test-ubuntu-latest-Client
No files were found with the provided path: TestResults-Client-ubuntu-latest-net9.0-Release. No artifacts will be uploaded.
test-ubuntu-latest-Client: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Client: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Client.ComplexTypes: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Client.ComplexTypes: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-ubuntu-latest-Client.ComplexTypes
No files were found with the provided path: TestResults-Client.ComplexTypes-ubuntu-latest-net9.0-Release. No artifacts will be uploaded.
test-ubuntu-latest-Server
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-ubuntu-latest-Server
Back off 14.709 seconds before retry.
test-ubuntu-latest-Server
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 502 (Bad Gateway). 5801:AC555:1661362:2D15919:67A47D13
test-ubuntu-latest-Server
Back off 12.274 seconds before retry.
test-windows-latest-Client: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Client: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Client: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client
No files were found with the provided path: TestResults-Client-windows-latest-net9.0-Release. No artifacts will be uploaded.
test-ubuntu-latest-Security.Certificates
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-ubuntu-latest-Security.Certificates
Back off 27.059 seconds before retry.
test-ubuntu-latest-Security.Certificates
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 502 (Bad Gateway). ABC1:186F:B11041:1645F4E:67A47D10
test-ubuntu-latest-Security.Certificates
Back off 22.422 seconds before retry.
test-ubuntu-latest-Gds
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-ubuntu-latest-Gds
Back off 28.516 seconds before retry.
test-ubuntu-latest-Gds
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-ubuntu-latest-Gds
Back off 29.706 seconds before retry.
test-ubuntu-latest-PubSub
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-ubuntu-latest-PubSub
Back off 25.565 seconds before retry.
test-ubuntu-latest-PubSub
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-ubuntu-latest-PubSub
Back off 23.576 seconds before retry.
test-windows-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Configuration: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-ubuntu-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Client.ComplexTypes: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Client.ComplexTypes: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Client.ComplexTypes
No files were found with the provided path: TestResults-Client.ComplexTypes-windows-latest-net9.0-Release. No artifacts will be uploaded.
test-windows-latest-Server
No files were found with the provided path: TestResults-Server-windows-latest-net9.0-Release. No artifacts will be uploaded.
test-windows-latest-Server: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Server: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Server: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds
No files were found with the provided path: TestResults-Gds-windows-latest-net9.0-Release. No artifacts will be uploaded.
test-windows-latest-Gds
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/zipball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 503 (Service Unavailable). 2080:D38BB:41A558C:83D8C42:67A47D33
test-windows-latest-Gds
Back off 20.135 seconds before retry.
test-windows-latest-Gds: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Gds: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Gds: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Gds: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-windows-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-PubSub: Tests/Opc.Ua.PubSub.Tests/Transport/UdpPubSubConnectionTests.cs#L336
This call site is reachable on all platforms. 'UnicastIPAddressInformation.AddressPreferredLifetime' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test-windows-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-PubSub: Tests/Opc.Ua.PubSub.Tests/Transport/UdpPubSubConnectionTests.cs#L336
This call site is reachable on all platforms. 'UnicastIPAddressInformation.AddressPreferredLifetime' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test-windows-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-windows-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Configuration
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-macOS-latest-Configuration
Back off 11.949 seconds before retry.
test-macOS-latest-Configuration
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 502 (Bad Gateway). 907E:26C4B:2707F2A:283BE5A:67A49032
test-macOS-latest-Configuration
Back off 17.615 seconds before retry.
test-macOS-latest-Client.ComplexTypes
No files were found with the provided path: TestResults-Client.ComplexTypes-macOS-latest-net9.0-Release. No artifacts will be uploaded.
test-macOS-latest-Client.ComplexTypes
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3951f0dfe7a07e2313ec93c75700083e2005cbab'. Error: Response status code does not indicate success: 504 (Gateway Timeout).
test-macOS-latest-Client.ComplexTypes
Back off 10.201 seconds before retry.
test-macOS-latest-Client.ComplexTypes: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Client.ComplexTypes: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client.ComplexTypes: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client
No files were found with the provided path: TestResults-Client-macOS-latest-net9.0-Release. No artifacts will be uploaded.
test-macOS-latest-Client: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Client: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Client: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Client: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds
No files were found with the provided path: TestResults-Gds-macOS-latest-net9.0-Release. No artifacts will be uploaded.
test-macOS-latest-Gds: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Gds: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Gds: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-PubSub: Tests/Opc.Ua.PubSub.Tests/Transport/UdpPubSubConnectionTests.cs#L336
This call site is reachable on all platforms. 'UnicastIPAddressInformation.AddressPreferredLifetime' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test-macOS-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-PubSub: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-PubSub: Tests/Opc.Ua.PubSub.Tests/Transport/UdpPubSubConnectionTests.cs#L336
This call site is reachable on all platforms. 'UnicastIPAddressInformation.AddressPreferredLifetime' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test-macOS-latest-Server: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Server: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Server: Applications/Quickstarts.Servers/Alarms/AlarmNodeManager.cs#L146
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'AlarmNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L205
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L209
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'string.Format(string, object, object, object)' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/StructuresWithArrays/StructuresWithArraysSystem.cs#L213
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'StructuresWithArraysSystem.RandomDiscoveryUrl(StringCollection, int, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server: Applications/Quickstarts.Servers/ReferenceServer/ReferenceNodeManager.cs#L672
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ReferenceNodeManager.CreateAddressSpace(IDictionary<NodeId, IList<IReference>>)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test-macOS-latest-Server
No files were found with the provided path: TestResults-Server-macOS-latest-net9.0-Release. No artifacts will be uploaded.
test-macOS-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Security.Certificates: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
test-macOS-latest-Core: Stack/Opc.Ua.Core/Types/Encoders/XmlEncoder.cs#L539
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)

Artifacts

Produced during runtime
Name Size
dotnet-results-Configuration-ubuntu-latest-net9.0-Release
5.39 KB
dotnet-results-Configuration-windows-latest-net9.0-Release
5.4 KB
dotnet-results-Core-macOS-latest-net9.0-Release
5.44 MB
dotnet-results-Core-ubuntu-latest-net9.0-Release
5.48 MB
dotnet-results-Core-windows-latest-net9.0-Release
5.48 MB
dotnet-results-PubSub-macOS-latest-net9.0-Release
56.4 MB
dotnet-results-PubSub-windows-latest-net9.0-Release
59.9 MB
dotnet-results-Security.Certificates-macOS-latest-net9.0-Release
33.4 KB
dotnet-results-Security.Certificates-windows-latest-net9.0-Release
52.9 KB