[Server] Clean up node creation in ConfigurationNodeManager and DiagnosticsNodeManager #7827
Triggered via pull request
June 23, 2026 18:55
Status
Failure
Total duration
2h 39m 20s
Artifacts
58
buildandtest.yml
on: pull_request
Discover test projects
12s
Matrix: aot-test
Matrix: build-and-test
Annotations
30 errors and 200 warnings
|
aot-ubuntu-latest
Process completed with exit code 2.
|
|
aot-windows-latest
Process completed with exit code 1.
|
|
test-ubuntu-latest-Lds
Process completed with exit code 1.
|
|
test-windows-latest-Lds
Process completed with exit code 1.
|
|
test-ubuntu-latest-Client
Process completed with exit code 1.
|
|
test-ubuntu-latest-Gds
Process completed with exit code 1.
|
|
test-ubuntu-latest-Client.ComplexTypes
Process completed with exit code 1.
|
|
test-ubuntu-latest-InformationModel
Process completed with exit code 1.
|
|
test-windows-latest-Di
Process completed with exit code 1.
|
|
test-ubuntu-latest-Core.Security
Process completed with exit code 1.
|
|
test-windows-latest-Server
Process completed with exit code 1.
|
|
test-ubuntu-latest-Subscriptions.Classic
Process completed with exit code 1.
|
|
test-windows-latest-Core.Security
Process completed with exit code 1.
|
|
test-ubuntu-latest-Features
Process completed with exit code 1.
|
|
test-windows-latest-Client
Process completed with exit code 1.
|
|
test-windows-latest-Features
Process completed with exit code 1.
|
|
test-windows-latest-Subscriptions
Process completed with exit code 1.
|
|
test-ubuntu-latest-Server
Process completed with exit code 1.
|
|
test-windows-latest-Subscriptions.Durable
Process completed with exit code 1.
|
|
test-windows-latest-Subscriptions.Classic
Process completed with exit code 1.
|
|
test-ubuntu-latest-Di
Process completed with exit code 1.
|
|
test-ubuntu-latest-Subscriptions
Process completed with exit code 1.
|
|
test-ubuntu-latest-Sessions
Process completed with exit code 1.
|
|
test-windows-latest-Sessions
Process completed with exit code 1.
|
|
test-windows-latest-Client.ComplexTypes
Process completed with exit code 1.
|
|
test-windows-latest-History
Process completed with exit code 1.
|
|
test-ubuntu-latest-History
Process completed with exit code 1.
|
|
test-windows-latest-Gds
Process completed with exit code 1.
|
|
test-ubuntu-latest-Subscriptions.Durable
Process completed with exit code 1.
|
|
test-windows-latest-InformationModel
Process completed with exit code 1.
|
|
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#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#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/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/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#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-Core.Diagnostics:
Stack/Opc.Ua.Core.Diagnostics/Capture/Sources/InProcessCaptureSource.cs#L120
'InProcessCaptureSourceBase' contains field 'm_jsonKeyWriter' that is of IDisposable type 'UaKeyLogJsonWriter?', but it is never disposed. Change the Dispose method on 'InProcessCaptureSourceBase' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
test-ubuntu-latest-Core.Diagnostics:
Stack/Opc.Ua.Core.Diagnostics/Capture/Sources/InProcessCaptureSource.cs#L121
'InProcessCaptureSourceBase' contains field 'm_textKeyWriter' that is of IDisposable type 'UaKeyLogTextWriter?', but it is never disposed. Change the Dispose method on 'InProcessCaptureSourceBase' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
test-ubuntu-latest-Core.Diagnostics:
Stack/Opc.Ua.Core.Diagnostics/Capture/Sources/InProcessCaptureSource.cs#L119
'InProcessCaptureSourceBase' contains field 'm_pcapWriter' that is of IDisposable type 'PcapFileWriter?', but it is never disposed. Change the Dispose method on 'InProcessCaptureSourceBase' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
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-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-ubuntu-latest-Client:
Tests/Opc.Ua.Client.Tests/Subscription/MonitoredItemManagerTriggeringTests.cs#L887
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.Client.Tests/Subscription/MonitoredItemManagerTriggeringTests.cs#L845
Call System.IDisposable.Dispose on object created by 'new TestMonitoredItem(strayContext, "here",' 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.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/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-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#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#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-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-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.Gds.Tests/AuthorizationService/CertificateJwtIssuerTests.cs#L116
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.Gds.Tests/AuthorizationService/RefreshTokenTests.cs#L200
Call System.IDisposable.Dispose on object created by 'new IssuerVerificationKey(m_signingCertificate.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.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/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-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#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-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#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/LogicalSubscriptionTests.cs#L126
Call System.IDisposable.Dispose on object created by 'CreateFake(id: 0, created: false)' 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/LogicalSubscriptionTests.cs#L87
Call System.IDisposable.Dispose on object created by 'CreateFake(id: 42, created: true)' 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/LogicalSubscriptionTests.cs#L70
Call System.IDisposable.Dispose on object created by 'CreateFake(id: 42, created: true)' 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/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-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#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-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#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#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-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-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-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-windows-latest-Client:
Tests/Opc.Ua.Client.Tests/Subscription/MonitoredItemManagerTriggeringTests.cs#L887
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.Client.Tests/Subscription/MonitoredItemManagerTriggeringTests.cs#L845
Call System.IDisposable.Dispose on object created by 'new TestMonitoredItem(strayContext, "here",' 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.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/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-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#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#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#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-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#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#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-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-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#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-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-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#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#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-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-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-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/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#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/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:
Stack/Opc.Ua.Core.Diagnostics/Capture/Sources/InProcessCaptureSource.cs#L121
'InProcessCaptureSourceBase' contains field 'm_textKeyWriter' that is of IDisposable type 'UaKeyLogTextWriter?', but it is never disposed. Change the Dispose method on 'InProcessCaptureSourceBase' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
test-windows-latest-Core.Diagnostics:
Stack/Opc.Ua.Core.Diagnostics/Capture/Sources/InProcessCaptureSource.cs#L120
'InProcessCaptureSourceBase' contains field 'm_jsonKeyWriter' that is of IDisposable type 'UaKeyLogJsonWriter?', but it is never disposed. Change the Dispose method on 'InProcessCaptureSourceBase' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
test-windows-latest-Core.Diagnostics:
Stack/Opc.Ua.Core.Diagnostics/Capture/Sources/InProcessCaptureSource.cs#L119
'InProcessCaptureSourceBase' contains field 'm_pcapWriter' that is of IDisposable type 'PcapFileWriter?', but it is never disposed. Change the Dispose method on 'InProcessCaptureSourceBase' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
|
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-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-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#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-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#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#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#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-Client.ComplexTypes:
Tests/Opc.Ua.Client.Tests/Subscription/MonitoredItemManagerTriggeringTests.cs#L887
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.Client.Tests/Subscription/MonitoredItemManagerTriggeringTests.cs#L845
Call System.IDisposable.Dispose on object created by 'new TestMonitoredItem(strayContext, "here",' 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.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/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-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#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-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-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/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/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#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/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/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-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.Gds.Tests/AuthorizationService/CertificateJwtIssuerTests.cs#L116
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.Gds.Tests/AuthorizationService/RefreshTokenTests.cs#L200
Call System.IDisposable.Dispose on object created by 'new IssuerVerificationKey(m_signingCertificate.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.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/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-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#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#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.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#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#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#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/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#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#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/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#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-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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TestReport-aot-ubuntu-latest
|
43.6 KB |
sha256:f22786be9c83c056210eeda1900b0ede8b7a336d9deb3a24d06d0692720d317e
|
|
|
TestReport-aot-windows-latest
|
43.6 KB |
sha256:b903a6a411e8b481be3c53b800dde346468737c08b4359ebbf7da67a5743becd
|
|
|
aot-results-ubuntu-latest
|
43.6 KB |
sha256:f22786be9c83c056210eeda1900b0ede8b7a336d9deb3a24d06d0692720d317e
|
|
|
aot-results-windows-latest
|
43.6 KB |
sha256:b903a6a411e8b481be3c53b800dde346468737c08b4359ebbf7da67a5743becd
|
|
|
dotnet-results-Client-ubuntu-latest-net10.0-Release
|
7.25 MB |
sha256:ee5f25f4aded07a6e85cb511dce9d11f9faf31e8848ea2161bc00190a5c57524
|
|
|
dotnet-results-Client-windows-latest-net10.0-Release
|
7.23 MB |
sha256:b6ea873ad483775d762bd56685086868dc2318217189d9dd1394eed9f22a7976
|
|
|
dotnet-results-Client.ComplexTypes-ubuntu-latest-net10.0-Release
|
12.8 MB |
sha256:fb66123b9a3662ed2d4635e7988005dd09d01a838112a978a00b6a47d85ca7ef
|
|
|
dotnet-results-Client.ComplexTypes-windows-latest-net10.0-Release
|
12.9 MB |
sha256:e89977c50480bd981bb5fd28ed99883f8656282a8f1d4c176629a09c5dec2ef8
|
|
|
dotnet-results-Configuration-ubuntu-latest-net10.0-Release
|
4.23 MB |
sha256:ace22477e987f4760056422a81a3e767b172bcfec4ce0f7e86e59ef61da994b3
|
|
|
dotnet-results-Configuration-windows-latest-net10.0-Release
|
4.23 MB |
sha256:7c053a1efe4a82a59e069f374ac09c485be9835b2e9b62a964490df244fa4e6c
|
|
|
dotnet-results-Core-ubuntu-latest-net10.0-Release
|
5.36 MB |
sha256:af659ba1b35c6759c3aa73e6c4d9365d182f20446afd8a0070374e9b30b72be3
|
|
|
dotnet-results-Core-windows-latest-net10.0-Release
|
5.36 MB |
sha256:a4c3ccc0bab977ea4f1c8d8954d3b84754eb5dfc6543dbc9874d60430552ad0c
|
|
|
dotnet-results-Core.Diagnostics-ubuntu-latest-net10.0-Release
|
5.69 MB |
sha256:5a3f24aafdc17b08d4c26744444fb771dacc860d9410663a6af755bbc94f2239
|
|
|
dotnet-results-Core.Diagnostics-windows-latest-net10.0-Release
|
5.67 MB |
sha256:450a929ab2c0715fe4f90aa5fc58e3f3a6eafac41a30c6285b205c3acf1e0100
|
|
|
dotnet-results-Core.Encoders-ubuntu-latest-net10.0-Release
|
160 MB |
sha256:9be24be1114bc9465dee952dfcad54dea99b18b6192247db5da6eae8d81e95f1
|
|
|
dotnet-results-Core.Encoders-windows-latest-net10.0-Release
|
160 MB |
sha256:70e6bfe45d43ede9ecaf7d7f26d1439999ecc86f1f95ef5e357b7cc57b4c3056
|
|
|
dotnet-results-Core.Security-ubuntu-latest-net10.0-Release
|
6.96 MB |
sha256:8d806cd992c2f5ec191d97cb0acd29c3db033cbe4141d7a84bc1de8303d2c748
|
|
|
dotnet-results-Core.Security-windows-latest-net10.0-Release
|
6.95 MB |
sha256:0d1771d0b869999948a2ec10efe11819d1b4fa5c9530f8b9cf88b7fe6376e6c4
|
|
|
dotnet-results-Di-ubuntu-latest-net10.0-Release
|
11.2 MB |
sha256:90fa1dcc3af8f0cbd063e6d31f82300fe08f98a0aed8946698d66eb453237ddd
|
|
|
dotnet-results-Di-windows-latest-net10.0-Release
|
11.2 MB |
sha256:c0fb680a9916f2397c4e0481d5331ce000e1c55c5f937c2a83854e0ad2bfa6fe
|
|
|
dotnet-results-Features-ubuntu-latest-net10.0-Release
|
6.97 MB |
sha256:f47ac6d926592370a6d46a1727777f7c34172d55c2ee4f6cdeb0bb430cf449ed
|
|
|
dotnet-results-Features-windows-latest-net10.0-Release
|
6.96 MB |
sha256:48956a87458827e6dd5c38b71bac1660b0363293aae59751144fa1e6d3f38cea
|
|
|
dotnet-results-Gds-ubuntu-latest-net10.0-Release
|
8.27 MB |
sha256:6c59fc5bfd79af179f1831465d0d38e6e9d06960a224097b2913d448134c86d7
|
|
|
dotnet-results-Gds-windows-latest-net10.0-Release
|
8.35 MB |
sha256:999b322e9a3b566c80314380c7284f75e8f93e4460c37b6298394fa13e7531dd
|
|
|
dotnet-results-History-ubuntu-latest-net10.0-Release
|
6.88 MB |
sha256:5333904340bbbfead30f966c44ccb4c8e92f67e85077957664b4470075a6ce50
|
|
|
dotnet-results-History-windows-latest-net10.0-Release
|
6.88 MB |
sha256:dddd52328e9c4cc365c5936bb128e908c21b66f5acf77abaddfb905eb06eb4ca
|
|
|
dotnet-results-InformationModel-ubuntu-latest-net10.0-Release
|
7.08 MB |
sha256:aebc0c6a9493c632508a31fbcd8cac1fec873acac6fd71dbb33a9a8774e86cf6
|
|
|
dotnet-results-InformationModel-windows-latest-net10.0-Release
|
7.07 MB |
sha256:2d4b0ee5fa9f7450da528b20aa9021ef80d2bed1da12c2b9ef2ee319f509744b
|
|
|
dotnet-results-Lds-ubuntu-latest-net10.0-Release
|
6.88 MB |
sha256:c0a1e7128a8492f763bc853150255201a6fb07be22f65b34f6c69e15d77c34a9
|
|
|
dotnet-results-Lds-windows-latest-net10.0-Release
|
6.87 MB |
sha256:b6c2a1766c5693a79411ae911248b30414e64f3a1f4f260329707341e2cd0c9f
|
|
|
dotnet-results-MigrationAnalyzer-ubuntu-latest-net10.0-Release
|
70.8 KB |
sha256:dee4cb9a569aadd9b8f475395ddcec51d2ef7051ff255b8695612f1c19bd3404
|
|
|
dotnet-results-MigrationAnalyzer-windows-latest-net10.0-Release
|
70.4 KB |
sha256:49c8eb07402e7b2519d7c4538e67a9838efc0a0659d3f8bceeefd509a49152f9
|
|
|
dotnet-results-MigrationAnalyzer.Core-ubuntu-latest-net10.0-Release
|
4.85 MB |
sha256:46a1774806318e45ca85ea0f224faf3198eba2f3c2ddf49f0f69a869985ea8f7
|
|
|
dotnet-results-MigrationAnalyzer.Core-windows-latest-net10.0-Release
|
4.85 MB |
sha256:8b7eedf4b10141a0cac7ab96b2e94719216bc38564ceee55588399ef7b08159d
|
|
|
dotnet-results-PubSub-ubuntu-latest-net10.0-Release
|
64.7 MB |
sha256:8b910571aa24c145c7c3be3d491d8442cb812294ea6292ba9836d33e0710eae1
|
|
|
dotnet-results-PubSub-windows-latest-net10.0-Release
|
67.4 MB |
sha256:83d6f1802126069e9b9773761f316a4115a4b03bcfbd4fa5fd943424050bc27c
|
|
|
dotnet-results-Security.Certificates-ubuntu-latest-net10.0-Release
|
4.18 MB |
sha256:c703d819d93167bf214342fc8d8d568fc5f6d234ca5af63b6f0ad418bb981f7f
|
|
|
dotnet-results-Security.Certificates-windows-latest-net10.0-Release
|
4.18 MB |
sha256:c45b0535ba9bab64129609f8ce978961496e48a3b0631be91690288c0fd2104b
|
|
|
dotnet-results-Server-ubuntu-latest-net10.0-Release
|
7.45 MB |
sha256:530d196291d63b3b814b7d237d29d5897410989e5bdb38eef6f8b3c1130bc47e
|
|
|
dotnet-results-Server-windows-latest-net10.0-Release
|
7.45 MB |
sha256:02ce95ce7e4827f3137897429cfc543180b1833f89a935396ecca7ca79018f16
|
|
|
dotnet-results-Sessions-ubuntu-latest-net10.0-Release
|
7.21 MB |
sha256:6d32d9b175d0ab763bafdf063de8a7281573f203fa5aa098f191f52daa3b176d
|
|
|
dotnet-results-Sessions-windows-latest-net10.0-Release
|
6.97 MB |
sha256:a059a214aa35b923a5ec36f7068de9b40daf350ebe78a7154c93e779d3caad65
|
|
|
dotnet-results-SourceGeneration-ubuntu-latest-net10.0-Release
|
1.15 MB |
sha256:daa087470e36d2350100fcf94223bd312e02de8aab56c76384def42b347d45a0
|
|
|
dotnet-results-SourceGeneration-windows-latest-net10.0-Release
|
1.14 MB |
sha256:1d1e2a0a5cdec5c82c072b5b4f4f6d89e80126eb131b513ac47592bdb6019edc
|
|
|
dotnet-results-SourceGeneration.Core-ubuntu-latest-net10.0-Release
|
1.87 MB |
sha256:c21178911bac1ece35ee6cd3eb37f161ec26d8f07ddcf6fcfd758bb9efc85e0d
|
|
|
dotnet-results-SourceGeneration.Core-windows-latest-net10.0-Release
|
1.87 MB |
sha256:92766214212b6d9b9ff16fe2a929507dfee65a83dcc410bc4a9f7114bb96848d
|
|
|
dotnet-results-SourceGeneration.Stack-ubuntu-latest-net10.0-Release
|
1.12 MB |
sha256:819435e6f706e9ea2ddfeaaa23ad8cd5224d8a011184ed2d817180e6d5ed6b2f
|
|
|
dotnet-results-SourceGeneration.Stack-windows-latest-net10.0-Release
|
1.12 MB |
sha256:b643c41225aeb50f76fbc9b8e3fc203b297e1c44eb0866b839cf08ec8320f91b
|
|
|
dotnet-results-Subscriptions-ubuntu-latest-net10.0-Release
|
6.89 MB |
sha256:7eb253e3c21af6b74edb05554e1c9e10ea89c40792f1c2612ca127dc53d0c528
|
|
|
dotnet-results-Subscriptions-windows-latest-net10.0-Release
|
6.89 MB |
sha256:4846d4e644b81a31ecc46121467c87c4be1baa6b37d0c59af00ea2ec2477d598
|
|
|
dotnet-results-Subscriptions.Classic-ubuntu-latest-net10.0-Release
|
6.73 MB |
sha256:dc1693b2c53da4fc80efc363c25ce8fa8d458041c6665a0ed192d958b316d732
|
|
|
dotnet-results-Subscriptions.Classic-windows-latest-net10.0-Release
|
6.71 MB |
sha256:c05481b58c0300f81c40bc069c3c59d88e300b004f10d7e3c58dbba10b6559f3
|
|
|
dotnet-results-Subscriptions.Durable-ubuntu-latest-net10.0-Release
|
6.89 MB |
sha256:6269c7a451ed2df371ce0aca56d29dabd5befdd607677dad5e00bb28a96321fb
|
|
|
dotnet-results-Subscriptions.Durable-windows-latest-net10.0-Release
|
6.88 MB |
sha256:3ee6b1192f2c28c8f5c8153f5b2be9b8ff3fb8b7f896d7a04b8eb6356360d1c9
|
|
|
dotnet-results-Types-ubuntu-latest-net10.0-Release
|
6.48 MB |
sha256:dd7adf9f3c7a927e7ea1c6b6bf7415c0bef50e5b0ace0eab23c988f8bfd84df8
|
|
|
dotnet-results-Types-windows-latest-net10.0-Release
|
6.47 MB |
sha256:75bf504cdf12c0d8ff56ae64b73bc9e89bdbbb060db1549ddab70a3ba89ab1f8
|
|
|
dotnet-results-WotCon-ubuntu-latest-net10.0-Release
|
5.4 MB |
sha256:0cb9d6a44bdd3b950b51c36f9b5e8c25f9067849df50a3c545e5ee201157f2ce
|
|
|
dotnet-results-WotCon-windows-latest-net10.0-Release
|
5.39 MB |
sha256:805269063b431b0e2b4041eda68198d69322e0ca3d3a90e7330d9689edf8b2db
|
|