Skip to content

Drop xunit.runner.console — redundant with Microsoft.NET.Test.Sdk #82

Description

@ChrisonSimtian

build/_build.csproj declares <PackageDownload Include="xunit.runner.console" Version="[2.6.1]" />. We run tests via dotnet test which uses Microsoft.NET.Test.Sdk + the per-project xunit.runner.visualstudio adapter. The standalone xunit.runner.console is for the older non-dotnet-test invocation path.

Confirm unused, drop.

Refs the dependency audit. Done when:

  • grep -r 'xunit.runner.console' src tests build — only the package download declaration left
  • PackageDownload removed
  • ./build.ps1 Test still passes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions