Skip to content

Ignore packages that are already included with the Cake runner #3

@augustoproiete

Description

@augustoproiete

The package IDs below are referenced by Cake runners and the assemblies contained in these packages will be already loaded in the AppDomain, so by the time the addin tries to load it it's too late:

  • Autofac
  • Microsoft.CodeAnalysis.CSharp.Scripting
  • Microsoft.CSharp
  • Microsoft.DotNet.PlatformAbstractions
  • Microsoft.Extensions.DependencyInjection
  • Microsoft.NETCore.Platforms
  • Microsoft.Win32.Registry
  • Newtonsoft.Json
  • NuGet.Common
  • NuGet.Frameworks
  • NuGet.Packaging
  • NuGet.Protocol
  • NuGet.Resolver
  • NuGet.Versioning
  • Spectre.Console
  • System.Collections.Immutable
  • System.Reflection.Metadata

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions