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

Get rid of MSBuildTaskHelper and always use RoslynCodeTaskFactory #2581

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Nov 17, 2023

Using MSBuildTaskHelper appears to break certain scenarios when multi-targeting. Considering it was only needed when building using mono (which is not a supported scenario anymore), we can now always assume RoslynCodeTaskFactory is available.

This would cause an error something like:

../eto.platform.macos/2.7.4/build/Eto.Platform.macOS.targets(85,3): error MSB4067: The element <ParameterGroup> beneath element <UsingTask> is unrecognized.

@cwensley cwensley added the bug label Nov 17, 2023
@cwensley cwensley added this to the 2.8.2 milestone Nov 17, 2023
@cwensley cwensley merged commit 16f4a08 into picoe:develop Nov 17, 2023
3 checks passed
@cwensley cwensley deleted the curtis/remove-msbuildtaskhelper branch November 17, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant