Skip to content

Refactoring

Refactoring #2688

Triggered via pull request August 22, 2023 16:52
Status Failure
Total duration 6m 52s
Artifacts

license-scanning.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
scan: tests/UnitTests/WorkflowManager.Tests/DummyMessagingService.cs#L53
The event 'DummyMessagingService.OnConnectionError' is never used
scan: tests/UnitTests/WorkflowManager.Tests/Services/DataRetentionService/DataRetentionServiceTest.cs#L28
Provide an overridable implementation of Dispose(bool) on 'DataRetentionServiceTest' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
scan: tests/UnitTests/WorkflowManager.Tests/Services/DataRetentionService/DataRetentionServiceTest.cs#L61
Modify 'DataRetentionServiceTest.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
scan: tests/UnitTests/WorkflowManager.Tests/DummyMessagingService.cs#L53
The event 'DummyMessagingService.OnConnectionError' is never used
scan: tests/UnitTests/WorkflowManager.Tests/Services/DataRetentionService/DataRetentionServiceTest.cs#L28
Provide an overridable implementation of Dispose(bool) on 'DataRetentionServiceTest' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
scan: tests/UnitTests/WorkflowManager.Tests/Services/DataRetentionService/DataRetentionServiceTest.cs#L61
Modify 'DataRetentionServiceTest.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)