Skip to content

[Xamarin.Android.Build.Tasks] Check for _._ in the Nuget path.#2770

Merged
jonpryor merged 1 commit intodotnet:masterfrom
dellis1972:WI679400
Mar 1, 2019
Merged

[Xamarin.Android.Build.Tasks] Check for _._ in the Nuget path.#2770
jonpryor merged 1 commit intodotnet:masterfrom
dellis1972:WI679400

Conversation

@dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Feb 28, 2019

Context https://devdiv.visualstudio.com/DevDiv/_workitems/edit/679400

When we try to resolve the runtime assembly we may well
get a _._ instead of the filename. This usually means
that the assembly will be provided by the framework. When
this happens we get the following error

 Error: Exception while loading assemblies: Java.Interop.Tools.Diagnostics.XamarinAndroidException: error XA0009: Error while loading assembly: /Users/tamasszadvari/.nuget/packages/system.runtime.loader/4.3.0/lib/MonoAndroid10/_._

So we should really be ignoring this particular senario.

Context https://devdiv.visualstudio.com/DevDiv/_workitems/edit/679400

When we try to resolve the `runtime` assembly we may well
get a `_._` instead of the filename. This usually means
that the assembly will be provided by the framework. When
this happens we get the following error

	 Error: Exception while loading assemblies: Java.Interop.Tools.Diagnostics.XamarinAndroidException: error XA0009: Error while loading assembly: /Users/tamasszadvari/.nuget/packages/system.runtime.loader/4.3.0/lib/MonoAndroid10/_._

So we should really be ignoring this particular senario.
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.

3 participants