Skip to content

Paket removes System.ComponentModel.Composition reference #376

Description

@JonCanning

I'm using Paket to install RavenDB.Client, and a call to:

Raven.Client.Indexes.IndexCreation.CreateIndexes

in my code requires that System.ComponentModel.Composition is manually referenced. However, whenever I run paket update the reference is removed

Create an empty library and replace the class that's created with this

type Class1() = 
  member this.X = Raven.Client.Indexes.IndexCreation.CreateIndexes(System.Reflection.Assembly.GetExecutingAssembly(), null)

and reference System.ComponentModel.Composition

You may have to paket update a couple of times to see the problem

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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