Reputation: 822
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?
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)
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
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