Skip to content

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

Merged
jonpryor merged 1 commit intodotnet:masterfrom
jonpryor:jonp-use-build.engine
Apr 3, 2017
Merged

[Xamarin.ProjectTools] Always ref Microsoft.Build.Engine#545
jonpryor merged 1 commit intodotnet:masterfrom
jonpryor:jonp-use-build.engine

Conversation

@jonpryor
Copy link
Copy Markdown
Contributor

@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