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

Issue2486: Hiding classic dependency options for project.json and xproj scenarios #527

Closed
wants to merge 1 commit into from

Conversation

rohit21agrawal
Copy link
Contributor

Fix for NuGet/Home#2486

This is a pretty simple fix. It binds the visibility of the Grids which display Install & Uninstall options to an existing DataContext variable called ShowClassicOptions.

It also fixes a bug in the way ShowClassicOptions was initialized. Instead of checking for any BuildIntegratedNugetProject, the right thing to do is to check for INugetIntegratedProject, since that is the interface shared by both BuildIntegratedNugetProject & ProjectKNugetProject.

@joelverhagen @alpaix @zhili1208 @jainaashish @emgarten @rrelyea

@dnfclas
Copy link

dnfclas commented Apr 21, 2016

Hi @rohit21agrawal, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@emgarten
Copy link
Member

Nice :shipit:

@rohit21agrawal
Copy link
Contributor Author

72d791a

@rohit21agrawal rohit21agrawal deleted the rohitdev2 branch April 25, 2016 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants