Skip to content
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

Fix NuGet downgrade warnings in the build #2396

Closed
davidfowl opened this issue Mar 25, 2016 · 4 comments
Closed

Fix NuGet downgrade warnings in the build #2396

davidfowl opened this issue Mar 25, 2016 · 4 comments

Comments

@davidfowl
Copy link
Member

They are several of them

/cc @emgarten

@emgarten emgarten added this to the 3.5 Beta milestone Mar 28, 2016
@emgarten emgarten self-assigned this Mar 28, 2016
@yishaigalatzer yishaigalatzer modified the milestones: 3.5 Beta, 3.5 RC Mar 31, 2016
@rrelyea rrelyea assigned TimBarham and unassigned emgarten May 5, 2016
@rrelyea
Copy link
Contributor

rrelyea commented May 5, 2016

Can you please catalog the current warnings, and loop us in.

@TimBarham
Copy link

Downgrade warnings are all gone. Will look at some of the build warnings just to clean things up.

@TimBarham
Copy link

@drewgil looked at the remaining build warnings (which are about VS related assembly version conflics) - I believe he came to the conclusion that they are not able to be resolved.

@TimBarham TimBarham modified the milestones: 3.5 Beta2, 3.6 Beta Jul 5, 2016
@drewgillies
Copy link
Contributor

@rrelyea @TimBarham: Correct. Most of the remaining warnings are caused by version conflicts on the dependencies Microsoft.Build and Microsoft.Build.Framework--version 4.x.x.x are dependencies of the .NET Framework 4.6, and 14/15.x.x.x are dependencies of project system assemblies. It's an MSB warning and as such cannot be suppressed; app.config changes don't remove the warning from command line builds. VS version-redirects these dependencies to 14/15.x.x.x so there is no runtime conflict.

Other than these, we have some EnvDTE embed interop types inconsistencies which generate warnings (relatively few).

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

No branches or pull requests

6 participants