-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Properly declare NuGet dependencies on Humanizer and ICSharpCode.Decompiler #24162
Comments
Otherwise it's impossible to know which exact version of ICSharpCode.Decompiler to take and from where. |
Also need to explicitly declare dependencies on VS Editor:
|
And also check ManagedEsent. |
As far as I can see the actual version is https://www.nuget.org/packages/ICSharpCode.Decompiler/3.0.0.3403-beta4 |
So this would be super nice to fix soon, because figuring out which Editor packages are needed for the Roslyn version is super hard. |
Need to formalize dependencies on the Editor: roslyn/build/Targets/Packages.props Lines 123 to 127 in e123a42
|
@jinujoseph Just to reiterate, this is very painful for us. Would be super nice to have a fix soon, so we can reliable tell for any given Roslyn build which Editor matches it. We're juggling 15.6, 15.7 and master, and we have a fork of VS Editor for each of those, it's a terrible mess. Very hard to keep track of bits. |
Version Used:
2.7.0-beta3-62509-03
I'm looking at this family of NuGets and I don't see a dependency on Humanizer and ICSharpCode.Decompiler. These need to be explicitly declared on the Roslyn NuGet packages that require them (EditorFeatures?)
The text was updated successfully, but these errors were encountered: