Skip to content

What to do with Microsoft.Extensions.DiagnosticAdapter dependency #35463

@wtgodbe

Description

@wtgodbe

We depend on a random preview version of Microsoft.Extensions.DiagnosticAdapter, which appears to be a deprecated package:

<MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.4.20180.4</MicrosoftExtensionsDiagnosticAdapterVersion>

It's used by a bunch of tests/packages. We should figure out if we can stop using it or switch to a different version, since it appears to be the only thing forcing us to keep the dotnet5 feed in nuget.config:

<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />

CC @dotnet/aspnet-build

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions