Adding HTTPS/WSS transports + Web API binding (Part 6 §G.3 OpenAPI Mapping), shared Kestrel host, Kestrel-TCP #7852
buildandtest.yml
on: pull_request
Discover test projects
14s
Matrix: aot-test
Matrix: build-and-test
Annotations
208 warnings
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L121
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L169
This call site is reachable on all platforms. 'File.GetUnixFileMode(string)' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L99
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L175
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L166
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L127
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L80
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L58
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L59
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/LoggerPcapAuditSinkTests.cs#L123
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L62
Unused field 'kMinChunkSize' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
test-ubuntu-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L369
Call System.IDisposable.Dispose on object created by 'new PipeByteTransport(ctx, m_bufferManager, kBufferSize, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L62
Unused field 'kMinChunkSize' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
test-ubuntu-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L369
Call System.IDisposable.Dispose on object created by 'new PipeByteTransport(ctx, m_bufferManager, kBufferSize, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Client.Tests/Subscription/SubscriptionTests.cs#L1391
Call System.IDisposable.Dispose on object created by 'new TestMonitoredItem(strayContext, "stray",' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Gds.Tests/AuthorizationService/StartRequestTokenTests.cs#L103
Call System.IDisposable.Dispose on object created by 'new IssuerVerificationKey(certificate.Thumbprint, verifier, "ES256")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Client.Tests/Subscription/SetTriggeringFluentHelperTests.cs#L107
'capturedTrig' is always 'null'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/CaptureSessionManagerTests.cs#L74
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L99
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L80
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/SessionFolderValidationTests.cs#L58
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L169
This call site is reachable on all platforms. 'File.GetUnixFileMode(string)' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L166
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L175
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L127
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/LoggerPcapAuditSinkTests.cs#L123
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Audit/HashChainedAuditFileSinkTests.cs#L59
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAcknowledgeTests.cs#L129
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAlarmTests.cs#L101
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L450
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L448
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsNonExclusiveLimitTests.cs#L53
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L186
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L96
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsEnableTests.cs#L161
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAcknowledgeTests.cs#L129
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAlarmTests.cs#L101
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Subscriptions.Durable:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Client.Tests/Subscription/SubscriptionTests.cs#L1391
Call System.IDisposable.Dispose on object created by 'new TestMonitoredItem(strayContext, "stray",' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Client.Tests/Subscription/SubscriptionTests.cs#L1391
Call System.IDisposable.Dispose on object created by 'new TestMonitoredItem(strayContext, "stray",' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Client.ComplexTypes:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L62
Unused field 'kMinChunkSize' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
test-windows-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L369
Call System.IDisposable.Dispose on object created by 'new PipeByteTransport(ctx, m_bufferManager, kBufferSize, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L62
Unused field 'kMinChunkSize' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
test-windows-latest-Bindings.Https.WebApi:
Tests/Opc.Ua.Bindings.Https.WebApi.Tests/PipeByteTransportTests.cs#L369
Call System.IDisposable.Dispose on object created by 'new PipeByteTransport(ctx, m_bufferManager, kBufferSize, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Sessions.Tests/WssOpenApiIntegrationTests.cs#L154
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAlarmTests.cs#L101
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAcknowledgeTests.cs#L129
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsNonExclusiveLimitTests.cs#L53
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L450
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L448
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsEnableTests.cs#L161
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L186
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsConfirmTests.cs#L96
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAlarmTests.cs#L101
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-ubuntu-latest-History:
Tests/Opc.Ua.History.Tests/AlarmsAndConditionsAcknowledgeTests.cs#L129
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Features:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Core:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Gds.Tests/AuthorizationService/StartRequestTokenTests.cs#L103
Call System.IDisposable.Dispose on object created by 'new IssuerVerificationKey(certificate.Thumbprint, verifier, "ES256")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Gds:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-ubuntu-latest-Server:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Sessions.Tests/WssOpenApiIntegrationTests.cs#L154
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Stack/Transport/HttpsTransportChannelTests.cs#L277
Call System.IDisposable.Dispose on object created by 'new HttpsTransportChannel(Utils.UriSchemeHttps, m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Stack/WebApi/WebApiBodyCodecTests.cs#L335
Prefer the generic overload 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody<T>(byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' instead of 'Opc.Ua.Bindings.WebApiBodyCodec.DecodeBody(System.Type, byte[], Opc.Ua.IServiceMessageContext, Opc.Ua.JsonDecoderOptions?)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Stack/Transport/WssJsonTransportChannelTests.cs#L206
Call System.IDisposable.Dispose on object created by 'new WssJsonTransportChannel(m_telemetry)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L90
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L78
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L64
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-1")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
|
test-windows-latest-Sessions:
Tests/Opc.Ua.Core.Tests/Security/Identity/StaticIssuerKeyResolverTests.cs#L49
Call System.IDisposable.Dispose on object created by 'CreateKey("kid-2")' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TestReport-aot-ubuntu-latest
|
83.4 KB |
sha256:a682c775eb7d2c28245668c2d035ecb787b2c233ed1222ecca18d195816d04a8
|
|
|
TestReport-aot-windows-latest
|
83.5 KB |
sha256:ac9bcdbaa8fff5aabf0eec29bc6f81734a8fc7f96aaf1e6e47c7d53a5fdf82c1
|
|
|
aot-results-ubuntu-latest
|
83.4 KB |
sha256:a682c775eb7d2c28245668c2d035ecb787b2c233ed1222ecca18d195816d04a8
|
|
|
aot-results-windows-latest
|
83.5 KB |
sha256:ac9bcdbaa8fff5aabf0eec29bc6f81734a8fc7f96aaf1e6e47c7d53a5fdf82c1
|
|
|
dotnet-results-Bindings.Https.WebApi-ubuntu-latest-net10.0-Release
|
4.71 MB |
sha256:897dceb556010dd6fcd2fd26f90dca71817e714e413161c548f911cc82057d13
|
|
|
dotnet-results-Bindings.Https.WebApi-windows-latest-net10.0-Release
|
4.71 MB |
sha256:f019c08c6a50417c680ac0824d0578b916d3cc28128e213b7d8304d68921e681
|
|
|
dotnet-results-Client-ubuntu-latest-net10.0-Release
|
7.4 MB |
sha256:bd47856e4ae624b799ae17bc8a00b7bd13f8a655f199a018004d34327eaa8d6b
|
|
|
dotnet-results-Client-windows-latest-net10.0-Release
|
7.38 MB |
sha256:9c283ee8522327e9ff30f2c4bbd309b1138d1d21de9db5919da12bb129541eb2
|
|
|
dotnet-results-Client.ComplexTypes-ubuntu-latest-net10.0-Release
|
16.6 MB |
sha256:c0926c60baf141714321d23d227855e8497e1373f785637ebbf3afe74d4388be
|
|
|
dotnet-results-Client.ComplexTypes-windows-latest-net10.0-Release
|
16.6 MB |
sha256:8801916f0669a004471a6625d2cf36f69276e8c2b9598ab783e1c8df795c0b1f
|
|
|
dotnet-results-Configuration-ubuntu-latest-net10.0-Release
|
4.24 MB |
sha256:c1c936a4e00a2ad602be7b671b9f5d835f7db9135ffc9257ef415b6932f9a36c
|
|
|
dotnet-results-Configuration-windows-latest-net10.0-Release
|
4.24 MB |
sha256:8f75441eb35402fd6ba88c56d93f6e4385c0b33f7c03ef8c2c6cb17864ab2ccc
|
|
|
dotnet-results-Core-ubuntu-latest-net10.0-Release
|
5.5 MB |
sha256:2f34b70c5da4f2c0a33ab0237c592272c1eecec8dfb4bacf9510c3bc3ac197dc
|
|
|
dotnet-results-Core-windows-latest-net10.0-Release
|
5.51 MB |
sha256:bbbc4cf3987e06c306da6c6c0b0028ce7155a751aeb9474f4154718bca173526
|
|
|
dotnet-results-Core.Diagnostics-ubuntu-latest-net10.0-Release
|
5.76 MB |
sha256:aca853115ff80c23930abb733d5589b6ddcf0a118022f644fcfb77658c875bea
|
|
|
dotnet-results-Core.Diagnostics-windows-latest-net10.0-Release
|
5.75 MB |
sha256:2366b7ae007dd1fbc0f495110f48be70c0935b8cb97e1204ade53396e927f413
|
|
|
dotnet-results-Core.Encoders-ubuntu-latest-net10.0-Release
|
160 MB |
sha256:2703e0f3255debbc4d2cc3e0dde7e9998497f061119fff13eb2042773f9e9078
|
|
|
dotnet-results-Core.Encoders-windows-latest-net10.0-Release
|
160 MB |
sha256:802d9f085ef67dcb60bf900991714985da33581ca7dbb11c6d700ebf97225dcf
|
|
|
dotnet-results-Core.Security-ubuntu-latest-net10.0-Release
|
7.53 MB |
sha256:436c66183fd7f9c966335aa177f0a2ee9fe0fbcc59deb54399b4d77b0f610b40
|
|
|
dotnet-results-Core.Security-windows-latest-net10.0-Release
|
7.51 MB |
sha256:8012dac7c5511c2bc987279182b83584ee72fc2845487a78c0528dd4d7105cbf
|
|
|
dotnet-results-Di-ubuntu-latest-net10.0-Release
|
11.2 MB |
sha256:568a416e704721152a168951b28afea7df65607292c1af58ae965f10837dafaa
|
|
|
dotnet-results-Di-windows-latest-net10.0-Release
|
11.2 MB |
sha256:dc7d2aef1b764b5094df1f800857d2da41c778d09fb9d43abfeb913e1bf06122
|
|
|
dotnet-results-Features-ubuntu-latest-net10.0-Release
|
7.33 MB |
sha256:ed925cb6ca0e2cbe30f9f50127af296c189e5894ccedba5bac7d0647b949e72c
|
|
|
dotnet-results-Features-windows-latest-net10.0-Release
|
7.32 MB |
sha256:5bcd473f0c7278999839a7bc9a5b71d763e08e12d39ba6081ea16ffc1e73dfc8
|
|
|
dotnet-results-Gds-ubuntu-latest-net10.0-Release
|
8.31 MB |
sha256:0ff271ea889987c2f8e4d140fde00e6858449c68ca3749b12fb9f3507632e07e
|
|
|
dotnet-results-Gds-windows-latest-net10.0-Release
|
8.37 MB |
sha256:5e1f8102d136ad7bf61214d0ebf2e5d59a3fc912a7aa0270eef7edb3db307af8
|
|
|
dotnet-results-History-ubuntu-latest-net10.0-Release
|
7.34 MB |
sha256:58b4c225ec59b3cadde93a6628afe26399b88212a64b170f587123f25796d232
|
|
|
dotnet-results-History-windows-latest-net10.0-Release
|
7.32 MB |
sha256:6051d480d5c6089a2867ea4b491b1c22c3a0079a2c84a558bfa9742187fefd38
|
|
|
dotnet-results-InformationModel-ubuntu-latest-net10.0-Release
|
7.37 MB |
sha256:458267021f7a60724318f315adc436fbe2d3764684203201f54c73df0323e767
|
|
|
dotnet-results-InformationModel-windows-latest-net10.0-Release
|
7.37 MB |
sha256:cccf0cd19ff7ba6c660d53b388bf113b083730ab99c3971bd917a6648ebd4d46
|
|
|
dotnet-results-Lds-ubuntu-latest-net10.0-Release
|
7.04 MB |
sha256:e5103150d8993d5b213495cf357eb1d3684623d966e9deaa91d8b0a3a7dee102
|
|
|
dotnet-results-Lds-windows-latest-net10.0-Release
|
7.03 MB |
sha256:60b2906329d2b3d971410543e24e6da2c13666ab162202239a2fbec348b4be4f
|
|
|
dotnet-results-MigrationAnalyzer-ubuntu-latest-net10.0-Release
|
70.5 KB |
sha256:3bc5a4653ad6f735dbb8b6ce2a5cb864bd9f341edcd3eccce0261e754186808c
|
|
|
dotnet-results-MigrationAnalyzer-windows-latest-net10.0-Release
|
70.7 KB |
sha256:d1c7b6120347db02467f168fb4509d76863a3e50f2ed900b87b2303bcd477afc
|
|
|
dotnet-results-MigrationAnalyzer.Core-ubuntu-latest-net10.0-Release
|
4.88 MB |
sha256:304f19ffe37745089f5156182b88c7be36976eab159c4cb1d266f71a49cafa9a
|
|
|
dotnet-results-MigrationAnalyzer.Core-windows-latest-net10.0-Release
|
4.87 MB |
sha256:467a71a73305b9a6c449d37a8830cd919214207f79a92d5263952c70a417e82f
|
|
|
dotnet-results-PubSub-ubuntu-latest-net10.0-Release
|
64.8 MB |
sha256:d14067a68667097e192931facbff4cfb7d1f97ad0ebe83997b275f775d47dd0d
|
|
|
dotnet-results-PubSub-windows-latest-net10.0-Release
|
67.4 MB |
sha256:225d1bbb1573716bea80407bcc69c0f355290a95d4d3a7272db2b5d4e759adc5
|
|
|
dotnet-results-Security.Certificates-ubuntu-latest-net10.0-Release
|
4.19 MB |
sha256:4d6353c743ae802f6fde028d917f755225e196ef327d1eb471ce5e3b46a3f20e
|
|
|
dotnet-results-Security.Certificates-windows-latest-net10.0-Release
|
4.18 MB |
sha256:db88457343bb21621956d408d3934076278003b07381120e5f7ba67190950c09
|
|
|
dotnet-results-Server-ubuntu-latest-net10.0-Release
|
7.84 MB |
sha256:da26194b1a1092413d7d6c845b87c4f86b8c12d9dffcd71e9c156c1a490545e9
|
|
|
dotnet-results-Server-windows-latest-net10.0-Release
|
7.88 MB |
sha256:4f98947eebfdf570212b1e3b61942a128d5edb1e2ea889cb8bd5e60592dc3c0b
|
|
|
dotnet-results-Sessions-ubuntu-latest-net10.0-Release
|
16.9 MB |
sha256:a9d3f1d46e4b41b788ad00a1fdb04858654509a9004c0f1a3034acb355eb7e04
|
|
|
dotnet-results-Sessions-windows-latest-net10.0-Release
|
16.9 MB |
sha256:b192b5c59a8e0e2e57703d90ff9191a4f2cb144d4b61c4c20412cfa200ca9e42
|
|
|
dotnet-results-SourceGeneration-ubuntu-latest-net10.0-Release
|
1.15 MB |
sha256:b7c17da31191a6af8c05c226426c602b2f0be2df6ea8ba024be5ba878d8ce6a0
|
|
|
dotnet-results-SourceGeneration-windows-latest-net10.0-Release
|
1.14 MB |
sha256:3203850fbddb73d9ec85482cf03d5d6d6f2e5a36b8040bddf5ee061c1f753cbc
|
|
|
dotnet-results-SourceGeneration.Core-ubuntu-latest-net10.0-Release
|
1.87 MB |
sha256:b816aee8099fcb97840c6825aec1540567f90e1bd67181d077a35dc28b54a168
|
|
|
dotnet-results-SourceGeneration.Core-windows-latest-net10.0-Release
|
1.87 MB |
sha256:a051a635655b9c2579db46281d53132eb74048c292cd952595b3af6fecc63027
|
|
|
dotnet-results-SourceGeneration.Stack-ubuntu-latest-net10.0-Release
|
1.12 MB |
sha256:789595b2a821266da3d035fc6ecb532d36722788d74701aa50ee0e45aa590dfd
|
|
|
dotnet-results-SourceGeneration.Stack-windows-latest-net10.0-Release
|
1.12 MB |
sha256:eaf6ba13c215ba7408afe281b83da8f97bfcca807a3bf6648322b6d2d1e437b4
|
|
|
dotnet-results-Subscriptions-ubuntu-latest-net10.0-Release
|
7.44 MB |
sha256:8ccb4f1eaa0e0dc9b44c4bd11be1d2e2d513270da41a9821aa659f6e3ea136c4
|
|
|
dotnet-results-Subscriptions-windows-latest-net10.0-Release
|
7.44 MB |
sha256:aea258e8f90a085f9152b1c9eb083101b3711971f5344f5c2a17c642cf30adcc
|
|
|
dotnet-results-Subscriptions.Classic-ubuntu-latest-net10.0-Release
|
7.34 MB |
sha256:c1d5528394834971020d8b6f4f972aa4198d877572a84fcf52a4f602081d2380
|
|
|
dotnet-results-Subscriptions.Classic-windows-latest-net10.0-Release
|
7.33 MB |
sha256:1dd76041ae0f536f3f96fd5ee23c64d3053bd2fdf54732a3d37ce3de54b7626b
|
|
|
dotnet-results-Subscriptions.Durable-ubuntu-latest-net10.0-Release
|
7.16 MB |
sha256:9c4129376c699890d76c3adadc9c8fcf35d54fe9e295924bd38322f53d3f32a7
|
|
|
dotnet-results-Subscriptions.Durable-windows-latest-net10.0-Release
|
7.15 MB |
sha256:03c669981db21ad2dc170d12717562246e1ddfeb5e668d5bc084615aba364264
|
|
|
dotnet-results-Types-ubuntu-latest-net10.0-Release
|
6.51 MB |
sha256:1516ae8450c938e492e4c7f1f38d17fe16eb4160db69c40c4ee418c2d49c91af
|
|
|
dotnet-results-Types-windows-latest-net10.0-Release
|
6.5 MB |
sha256:152ddd8d5356722d0cb437d499ab67a4d5ea42d3f4997bef543ac06e09978392
|
|
|
dotnet-results-WotCon-ubuntu-latest-net10.0-Release
|
5.43 MB |
sha256:32da63b1c560849ad022fbdb317fe0c9fb6b9abc91c90a2e6d032fb64faa12c9
|
|
|
dotnet-results-WotCon-windows-latest-net10.0-Release
|
5.41 MB |
sha256:4d9873d051fdfb278aa7764f6a2af17d83c825af03f54f853f7b9c33762f28eb
|
|