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

ILMerge task breaks in Visual Studio 2015 Update 1 #23

Closed
thargy opened this issue Feb 5, 2016 · 1 comment
Closed

ILMerge task breaks in Visual Studio 2015 Update 1 #23

thargy opened this issue Feb 5, 2016 · 1 comment
Assignees
Labels
bug A bug, or functionality that doesn't work as expected
Milestone

Comments

@thargy
Copy link
Contributor

thargy commented Feb 5, 2016

The following build error occurs when doing a clean build in VS2015:
"Could not extract targetBuilderCallback from Microsoft.Build.BackEnd.TaskHost"

This comes from BuildEngineExtensions.cs, and is due to the "targetBuilderCallback" and "projectInstance" properties being renamed by prefixing with an '_'.

@thargy thargy added the bug A bug, or functionality that doesn't work as expected label Feb 5, 2016
@thargy thargy self-assigned this Feb 5, 2016
@thargy thargy added this to the EnhancedData milestone Feb 5, 2016
@thargy
Copy link
Contributor Author

thargy commented Feb 5, 2016

Tested, clean build on VS2015 Update 1 now works correctly.

@thargy thargy closed this as completed Feb 5, 2016
billings7 pushed a commit that referenced this issue Oct 4, 2016
…rge task.

Removed BuildEngineExtensions as this is a hacky solution to getting the framework version and platform and broke in VS 2015 Update 1 when they renamed some of the properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug, or functionality that doesn't work as expected
Projects
None yet
Development

No branches or pull requests

1 participant