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

Replace Embed property with EmbeddedFiles item group in Microsoft.FSharp.Targets #4075

Closed
tmat opened this issue Dec 8, 2017 · 3 comments
Closed
Milestone

Comments

@tmat
Copy link
Member

tmat commented Dec 8, 2017

We need to unify on EmbeddedFiles item group accross C#, VB and F#. The former two use EmbeddedFiles item group while F# uses Embed property.

Replace

Embed="$(Embed)"

with

Embed="@(EmbeddedFiles)"
@tmat
Copy link
Member Author

tmat commented Dec 8, 2017

@KevinRansom

@cartermp cartermp added this to the VS 2017 Updates milestone Dec 8, 2017
@dsyme
Copy link
Contributor

dsyme commented Dec 8, 2017

@tmat Is this a breaking change?

@tmat
Copy link
Member Author

tmat commented Dec 8, 2017

@dsyme Yes. You can make it non-breaking if you replace it with Embed="$(Embed);@(EmbeddedFiles)".

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

No branches or pull requests

4 participants