Adding HTTPS/WSS transports + Web API binding (Part 6 §G.3 OpenAPI Mapping), shared Kestrel host, Kestrel-TCP #7822
buildandtest.yml
on: pull_request
Discover test projects
11s
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/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/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#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/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-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#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#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/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-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-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#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-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#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-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/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/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-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#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-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/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:
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/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/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/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#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#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#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-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-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/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/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/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-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#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#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/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-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/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/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/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-Client:
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-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#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#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#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#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:
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-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/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/AlarmsAndConditionsConfirmTests.cs#L436
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#L434
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/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/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/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/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-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/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/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/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-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#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-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-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#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/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#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.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-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-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-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#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-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-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-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#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-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-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/AlarmsAndConditionsConfirmTests.cs#L436
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#L434
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/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-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/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-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#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#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#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#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-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-windows-latest-Core.Diagnostics:
Tests/Opc.Ua.Core.Diagnostics.Tests/Capture/CaptureSessionManagerTests.cs#L105
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/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/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/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/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#L59
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-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/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/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/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-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#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)
|
|
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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TestReport-aot-ubuntu-latest
|
83.8 KB |
sha256:f78f4185e5e7ad76ad852537a699b6547129b5e39e7c66d0280b1c3f85d6f697
|
|
|
TestReport-aot-windows-latest
|
82.9 KB |
sha256:1f0350c843e755cc0877883dd0da3ba1410d23f70277c6ddaad25aeaac58b1e6
|
|
|
aot-results-ubuntu-latest
|
83.8 KB |
sha256:f78f4185e5e7ad76ad852537a699b6547129b5e39e7c66d0280b1c3f85d6f697
|
|
|
aot-results-windows-latest
|
82.9 KB |
sha256:1f0350c843e755cc0877883dd0da3ba1410d23f70277c6ddaad25aeaac58b1e6
|
|
|
dotnet-results-Bindings.Https.WebApi-ubuntu-latest-net10.0-Release
|
4.71 MB |
sha256:9dd08c4cad0c9a9e4f65d023794e0a6f8c959aadeec04f8bcc3b91fa1e937da9
|
|
|
dotnet-results-Bindings.Https.WebApi-windows-latest-net10.0-Release
|
4.71 MB |
sha256:89ff8a146f684d489cd35b1bca53482e64ef1851ab6270343d6cc97a550d2522
|
|
|
dotnet-results-Client-ubuntu-latest-net10.0-Release
|
7.39 MB |
sha256:da9bdff6c2ee88b152f7b2e1ae9ed04b008d2f01ee58c11799aed1b22aec4e5b
|
|
|
dotnet-results-Client-windows-latest-net10.0-Release
|
7.37 MB |
sha256:917b1583f14d079a39548127968f915fb2aec4f572ce60af157ca74391eb5c39
|
|
|
dotnet-results-Client.ComplexTypes-ubuntu-latest-net10.0-Release
|
16.7 MB |
sha256:19239bb165c16fe6ec2a05b819f3105bd7b67b09a53f7e348a722d6816ff60e7
|
|
|
dotnet-results-Client.ComplexTypes-windows-latest-net10.0-Release
|
16.8 MB |
sha256:94cfcafa15f2224c8de5719cbcad8927ba580eea3817555ae148c6ad829024b2
|
|
|
dotnet-results-Configuration-ubuntu-latest-net10.0-Release
|
4.24 MB |
sha256:233865d891b8ba6ee86585226e4cbbfe8aad9899ab83067fdbe49e8a0616ba87
|
|
|
dotnet-results-Configuration-windows-latest-net10.0-Release
|
4.24 MB |
sha256:8afd02116f9a97b5ef583b86a72abc970559b7cc529d6e7b1af26f03983ca608
|
|
|
dotnet-results-Core-ubuntu-latest-net10.0-Release
|
5.51 MB |
sha256:f6d1a919bd8e3099dc0d1dadfb110df2a43180594ae634670c98928fcec35f3f
|
|
|
dotnet-results-Core-windows-latest-net10.0-Release
|
5.51 MB |
sha256:9495990600bd154b7ede54b22b9de75e0f6679dbe82d592b530f81dcce0833be
|
|
|
dotnet-results-Core.Diagnostics-ubuntu-latest-net10.0-Release
|
5.76 MB |
sha256:6c3ae6197f55044140d50f41353dc23ebf330f097773c99e8710c741fbffb3c8
|
|
|
dotnet-results-Core.Diagnostics-windows-latest-net10.0-Release
|
5.75 MB |
sha256:bece02503407a88eec4f7a00dfb250d36796c7c8a8f52d90ad6c6de97f527592
|
|
|
dotnet-results-Core.Encoders-ubuntu-latest-net10.0-Release
|
160 MB |
sha256:f7c78c61df77670c25bdc96501c53362b6c56228daebe232e42436cafff0a6c2
|
|
|
dotnet-results-Core.Encoders-windows-latest-net10.0-Release
|
160 MB |
sha256:b99d6f8fc2b47fb072e305e6f0685fbc515cde6246ef7b8e348454673cd62c38
|
|
|
dotnet-results-Core.Security-ubuntu-latest-net10.0-Release
|
7.52 MB |
sha256:ea385211ecf5d5cc41cce239b1cfd99914915438105220ceadf0704831b1dc3b
|
|
|
dotnet-results-Core.Security-windows-latest-net10.0-Release
|
7.51 MB |
sha256:d0206bb1df45b768b5a5d3e2403aaf612c1e46ea42b69d34f2a3e643dc1a5798
|
|
|
dotnet-results-Di-ubuntu-latest-net10.0-Release
|
11.2 MB |
sha256:3f6a9e50221010e566cf3558cee0e30d69c1ec6da02dc1e16f580066322e5ece
|
|
|
dotnet-results-Di-windows-latest-net10.0-Release
|
11.2 MB |
sha256:a807aae5edeb3b2d2a16c219c9599a7579ac9e1ae277d9d4b3d7b89aa198ca94
|
|
|
dotnet-results-Features-ubuntu-latest-net10.0-Release
|
7.33 MB |
sha256:8f330b37a24a8da805c3c3e59f0d40e9be048fc50bb676586e9e6ee0d8d55a9e
|
|
|
dotnet-results-Features-windows-latest-net10.0-Release
|
7.32 MB |
sha256:94f17ea144fe93fe1e5958350bcf452c8079ea884a7b111e8e89848e3080b49e
|
|
|
dotnet-results-Gds-ubuntu-latest-net10.0-Release
|
8.31 MB |
sha256:870b907e626437613aa35a814632ed51637981de35d3b70c02775242c4167d28
|
|
|
dotnet-results-Gds-windows-latest-net10.0-Release
|
8.37 MB |
sha256:d4785518dbb0fadd0e5e2ee272748a6ce9094fad0b65a21608c4183c9a93a2eb
|
|
|
dotnet-results-History-ubuntu-latest-net10.0-Release
|
7.38 MB |
sha256:59891dfe1565801cc504d991307129413e4a9a6ea9e2e7351ab996355f3c213b
|
|
|
dotnet-results-History-windows-latest-net10.0-Release
|
7.3 MB |
sha256:570ea16c5f33a50407176583d1e894a947b2267e277b4d09b074e33d1b3a41d4
|
|
|
dotnet-results-InformationModel-ubuntu-latest-net10.0-Release
|
7.37 MB |
sha256:cbc5ea1212db6780ebe5d02a1c2c2dd095ac711942af4351f0419dd59480eff7
|
|
|
dotnet-results-InformationModel-windows-latest-net10.0-Release
|
7.36 MB |
sha256:1ef8ad07ccb67b509d98c5ab88278a3f62052bd3e3207ff46a9cc5c78b910260
|
|
|
dotnet-results-Lds-ubuntu-latest-net10.0-Release
|
7.04 MB |
sha256:32b3338f374846b9d701b7d757d669f302afe864582c472870c8f8ecf4c26414
|
|
|
dotnet-results-Lds-windows-latest-net10.0-Release
|
7.03 MB |
sha256:b98c5f925f44efc7df328ebaaeae64d79bc508623e9fb92af1d37a1101050ee7
|
|
|
dotnet-results-MigrationAnalyzer-ubuntu-latest-net10.0-Release
|
70.5 KB |
sha256:e4078fe6033970c27d94b76c53e8a9425d29d3d96e0741255f22f036ec206f1b
|
|
|
dotnet-results-MigrationAnalyzer-windows-latest-net10.0-Release
|
70.6 KB |
sha256:aaf33f681014fd9574a811c35517ecc33844fb7e2d48a093edd22e67b2625efc
|
|
|
dotnet-results-MigrationAnalyzer.Core-ubuntu-latest-net10.0-Release
|
4.88 MB |
sha256:2792e3f77121275deb2f19477a807fe3679dee4d32627563d09e9ab2be6e6b8e
|
|
|
dotnet-results-MigrationAnalyzer.Core-windows-latest-net10.0-Release
|
4.87 MB |
sha256:e2f4722610c67f724fcaa4370b18008677d78cae49dfe96a8f4b3110a2e669d2
|
|
|
dotnet-results-PubSub-ubuntu-latest-net10.0-Release
|
64.7 MB |
sha256:499afc1d05dd06b01a0bf277c191f812ab0c08abbd56016360fde09d6185f208
|
|
|
dotnet-results-PubSub-windows-latest-net10.0-Release
|
67.4 MB |
sha256:ead6272b409a1e3036554afcd17f89e673b996b76572e3c25fc57c9a8b4fefdd
|
|
|
dotnet-results-Security.Certificates-ubuntu-latest-net10.0-Release
|
4.19 MB |
sha256:7d15a89a41b49b0c0cf6300f8539db0183e1eb8065252bd10d8d1b0c622b5d21
|
|
|
dotnet-results-Security.Certificates-windows-latest-net10.0-Release
|
4.18 MB |
sha256:9367d8eb12dea954e084689b6606295536a8b3f34e8315c1f3ed59f8a20a1315
|
|
|
dotnet-results-Server-ubuntu-latest-net10.0-Release
|
7.85 MB |
sha256:770e816f72f769a35fba82264cf81efb9acc43bf8ca047ed8a433905a0e8ef78
|
|
|
dotnet-results-Server-windows-latest-net10.0-Release
|
8 MB |
sha256:647b44b14d0092e64659b1880bdc69db4db701b470bc1e39d95684ca5b134176
|
|
|
dotnet-results-Sessions-ubuntu-latest-net10.0-Release
|
16.9 MB |
sha256:bb35b1a5b055030d3d8666846af279a7737931992dc2c7f9db3cb2209caad110
|
|
|
dotnet-results-Sessions-windows-latest-net10.0-Release
|
17 MB |
sha256:436452782f077ad02724603722fe44d4be09ef85937ec1b2b9cccfadde376cb6
|
|
|
dotnet-results-SourceGeneration-ubuntu-latest-net10.0-Release
|
1.15 MB |
sha256:c81b8760eeaf627c41a92e7b0612e7bb608aa4d7774c51257c256f0f25b2ed02
|
|
|
dotnet-results-SourceGeneration-windows-latest-net10.0-Release
|
1.14 MB |
sha256:6a5cede8d13489b051669cd73e5049b522146e9bd0e79daf5db6d1a4c9e8799b
|
|
|
dotnet-results-SourceGeneration.Core-ubuntu-latest-net10.0-Release
|
1.87 MB |
sha256:2677038dfd0ec9be8e2cada556ac8b3da16f09d962084daa9a3604c6bbbe2d00
|
|
|
dotnet-results-SourceGeneration.Core-windows-latest-net10.0-Release
|
1.87 MB |
sha256:f5fc56b4b546a928521447da7c3c484032f1dc5a2183b91e4e952f6d264c4c08
|
|
|
dotnet-results-SourceGeneration.Stack-ubuntu-latest-net10.0-Release
|
1.12 MB |
sha256:25f4d6b64f8109c7f032ceba50e7bdae652d98d0a060bce024533613dfd4d052
|
|
|
dotnet-results-SourceGeneration.Stack-windows-latest-net10.0-Release
|
1.12 MB |
sha256:8a76e5409128047157d64f78e60f79a29012830912949c0053c7f4a8ff64035c
|
|
|
dotnet-results-Subscriptions-ubuntu-latest-net10.0-Release
|
7.44 MB |
sha256:091478c8b1ffcc0e9c1743b2997781a1e977f419b1795e78ff1d3566aba39666
|
|
|
dotnet-results-Subscriptions-windows-latest-net10.0-Release
|
7.44 MB |
sha256:6990227b910a9153bfa0e8112c0cd16488c93243b0ff5fc6aa398a41924180fd
|
|
|
dotnet-results-Subscriptions.Classic-ubuntu-latest-net10.0-Release
|
7.35 MB |
sha256:8a03efe177429d3e552fc5fb8ef7c9571f655c9dff7ea2fcb46747ded6cd750c
|
|
|
dotnet-results-Subscriptions.Classic-windows-latest-net10.0-Release
|
7.34 MB |
sha256:321d1a16cfbedbe0e247a87cc4d821da139ceb23dd69c770940d7960f566b42f
|
|
|
dotnet-results-Subscriptions.Durable-ubuntu-latest-net10.0-Release
|
7.16 MB |
sha256:a1e4ee15e6e4f8333996f22f49c00b2d23fabc794ad96b6ba91a79adadf2a017
|
|
|
dotnet-results-Subscriptions.Durable-windows-latest-net10.0-Release
|
7.15 MB |
sha256:0851a0e3b9563928e97472db7e2dae91249c81893e600d21f036122034b92fae
|
|
|
dotnet-results-Types-ubuntu-latest-net10.0-Release
|
6.51 MB |
sha256:38b89bcc88ebd365876ffcb0ddd1237fb399c81ce97c971579e1a8aca699b2b1
|
|
|
dotnet-results-Types-windows-latest-net10.0-Release
|
6.5 MB |
sha256:908928cecab21602321e492fdd6afb77dc582973da7e033adb060af2702a966d
|
|
|
dotnet-results-WotCon-ubuntu-latest-net10.0-Release
|
5.42 MB |
sha256:705c050ad0926a00d037b20931e98a4d11edeffb576fd585b12905b3f610e852
|
|
|
dotnet-results-WotCon-windows-latest-net10.0-Release
|
5.41 MB |
sha256:e85fe8643e0d1524a6c7ea11be850a010ac82230be874b1e6812eee5de4e5d99
|
|