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

[Xamarin.ProjectTools] Always ref Microsoft.Build.Engine #545

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

jonpryor
Copy link
Member

@jonpryor jonpryor commented Apr 3, 2017

@borgdylan is reporting that xamarin-android isn't building for him
with a more recent mono/master build, because the
Microsoft.Build.BuildEngine namespace can't be resolved, because the
Microsoft.Build.Engine.dll assembly isn't being referenced.

Microsoft.Build.Engine.dll isn't being referenced because it's
Conditional so that it's only referenced on Windows.

I don't know why this is conditional to Windows, but
Microsoft.Build.Engine.dll exists now, so always use it.

@borgdylan is reporting that xamarin-android isn't building for him
with a more recent mono/master build, because the
`Microsoft.Build.BuildEngine` namespace can't be resolved, because the
`Microsoft.Build.Engine.dll` assembly isn't being referenced.

`Microsoft.Build.Engine.dll` isn't being referenced because it's
Conditional so that it's only referenced on Windows.

I don't know why this is conditional to Windows, but
`Microsoft.Build.Engine.dll` exists *now*, so always use it.
@jonpryor jonpryor merged commit fb534d6 into dotnet:master Apr 3, 2017
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Dec 19, 2019
Changes: dotnet/java-interop@f3553f4...d61b329

  * dotnet/java-interop@d61b329 [Java.Interop-Tests] Relax Exception.Message checks (dotnet#544)
  * dotnet/java-interop@d778204 [Java.Interop] Better linker-friendly JavaObjectArray<T>.ValueMarshaler (dotnet#546)
  * dotnet/java-interop@4bd07e0 [vs-code] Recommend the zbecknell.t4-support extension (dotnet#545)
  * dotnet/java-interop@3b24a2c [Java.Interop] apply AggressiveInlining where profiler shows calls (dotnet#541)
jonpryor added a commit that referenced this pull request Dec 20, 2019
Changes: dotnet/java-interop@f3553f4...d61b329

  * dotnet/java-interop@d61b329 [Java.Interop-Tests] Relax Exception.Message checks (#544)
  * dotnet/java-interop@d778204 [Java.Interop] Better linker-friendly JavaObjectArray<T>.ValueMarshaler (#546)
  * dotnet/java-interop@4bd07e0 [vs-code] Recommend the zbecknell.t4-support extension (#545)
  * dotnet/java-interop@3b24a2c [Java.Interop] apply AggressiveInlining where profiler shows calls (#541)
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants