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 design time (VS) when framework restriction exists #3337

Merged
merged 8 commits into from
Aug 16, 2018

Conversation

enricosada
Copy link
Collaborator

@enricosada enricosada commented Aug 15, 2018

fix #3334

This generate the correct msbuild condtion based on group and packages framework restrictions.

It also cleanup the condition (just checking is DesignMode), if there are no framework restrictions (instead of create a really big condition with all the target framework)

@enricosada enricosada changed the title [WIP] fix design time (VS) when framework restriction fix design time (VS) when framework restriction Aug 16, 2018
@enricosada enricosada requested a review from forki August 16, 2018 10:10
@enricosada enricosada changed the title fix design time (VS) when framework restriction fix design time (VS) when framework restriction exists Aug 16, 2018
@forki
Copy link
Member

forki commented Aug 16, 2018

Nice.

@enricosada
Copy link
Collaborator Author

enricosada commented Aug 16, 2018

ok this is ready to review.

as test case was any project with .NET Sdk plus any framework: restriction in paket dependencies, at group or package level

@forki forki merged commit aa6ea4a into fsprojects:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multiple paket groups generate wrong dependencies at design time (inside VS)
2 participants