Lupa
Lupa

Reputation: 822

How to view the content of a Xamarin.* library referenced in a project

In VS2019 I want to browse the classes contained in a library included in my project, for example Xamarin.Android.Support.Core.Utils but instead, when double clicking the package, I get the following error message: "This project cannot be viewed in the object browser because it is unavailable or not yet built. ..." Is there any other way to browse its content?

Error message when trying to browse a Xamarin.* package content from the Solution Explorer.

Edit: After read the answer of Leo Zhu, I realized that the content of each library can be found in the object browser (as in the following screenshot) Xamarin.* packages content can be found manually in the Object  browser I accept it as a workaround, but it would be better if one can call the Object Browser by right clicking the package, as usual with other libraries.

Upvotes: 0

Views: 177

Answers (1)

Leo Zhu
Leo Zhu

Reputation: 15001

you could do like this

click tab View -> Object Browser,then you could see the libraries referenced.

you could quickly find the library you want to read by typing keywords in search

Upvotes: 1

Related Questions