Skip to content

Remove unused interfaces and classes from TestAssembly, including ISe… - #1952

Open
david-driscoll wants to merge 3 commits into
mainfrom
feature/pipelines
Open

Remove unused interfaces and classes from TestAssembly, including ISe…#1952
david-driscoll wants to merge 3 commits into
mainfrom
feature/pipelines

removing docs for now

e10f1d8
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 27, 2026 in 0s

28 new issues (0 max.) of at least severity.

Annotations

Check notice on line 8 in .apm/instructions/dotnet-agent-harness-tooling.instructions.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.apm/instructions/dotnet-agent-harness-tooling.instructions.md#L8

Multiple top-level headings in the same document

Check notice on line 53 in .apm/instructions/dotnet-agent-harness-tooling.instructions.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.apm/instructions/dotnet-agent-harness-tooling.instructions.md#L53

Lists should be surrounded by blank lines

Check warning on line 32 in .github/workflows/build.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/build.yml#L32

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 38 in .github/workflows/close-milestone.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/close-milestone.yml#L38

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 43 in .github/workflows/draft-release.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/draft-release.yml#L43

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 49 in .github/workflows/lint.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/lint.yml#L49

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 70 in .github/workflows/lint.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/lint.yml#L70

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 57 in .github/workflows/publish-results.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/publish-results.yml#L57

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 66 in .github/workflows/publish-results.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/publish-results.yml#L66

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 80 in .github/workflows/publish-results.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/publish-results.yml#L80

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check warning on line 40 in .github/workflows/update-milestone.yml

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

.github/workflows/update-milestone.yml#L40

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.

Check failure on line 9 in test/Extensions.Tests/Defaults.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/Defaults.cs#L9

Potential null dereference detected.

Check warning on line 338 in test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs#L338

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 343 in test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs#L343

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 348 in test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs#L348

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 353 in test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs#L353

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 358 in test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs#L358

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 363 in test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedOptionalTests.cs#L363

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 335 in test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs#L335

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 340 in test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs#L340

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 345 in test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs#L345

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 350 in test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs#L350

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 355 in test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs#L355

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check warning on line 360 in test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/DependencyInjection/ExecuteScopedTests.cs#L360

Private classes which are not derived in the current assembly should be marked as 'sealed'.

Check notice on line 90 in test/Extensions.Tests/Observables/Helpers.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

test/Extensions.Tests/Observables/Helpers.cs#L90

Remove this empty 'default' clause.