-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Windows.Compatibility depends on nonexistent System.ComponentModel.Composition package #25212
Comments
I'm used to this being a warning, but seems at least in my build it's an error, so the unlisted package doesn't end up being installed. Not sure if this will be the case for everyone, but updated the issue title to reflect this. |
Sorry, another addition - I didn't realize the package has been rev'd; the one I'm installing is: Microsoft.Windows.Compatibility 2.0.0-preview1-26216-02 |
@nblumhardt Yes we are missing System.ComponentModel.Composition on nuget.org right now as someone was sitting on that package id and we are trying to get ownership of it. Until that happens you can fix this by adding our myget feed to your package sources. |
Thanks @weshaggard @superriva - I don't actually need the package, just wanted to make sure no one inadvertently installed "mystery" code via this route 👍 |
@superriva I am trying to use the package on myget in a NetStandard2 library. E.g.:
Thanks in advance. |
@NBaron we have now published the package correctly so this issue is fixed -- if yo'ure still having trouble with MEF porting as above could you please open a new issue? |
Guessing this may have already been noted elsewhere, but took me by surprise - the MEF1 work for the Windows Compatibility Pack hasn't been done yet (mentioned on #23974), but Microsoft.Windows.Compatibility still declares it as a package dependency.
The NuGet client falls back to installing this unlisted non-Microsoft package uploaded in 2010:
https://www.nuget.org/packages/System.ComponentModel.Composition
The text was updated successfully, but these errors were encountered: