Can't view in object browser ?

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
baramuse
Posts: 85
Joined: Tue Nov 29, 2022 8:31 am
Location: France

Can't view in object browser ?

Post by baramuse »

Hi everyone,

I have a .net 4.8 ASP.net project that references a Xsharp library in the same solution.
I have the library built and referenced by the ASP.Net project.
Is that normal that I can't open it in the object browser ?
Capture d’écran 2022-12-06 100004.png
Capture d’écran 2022-12-06 100004.png (10.96 KiB) Viewed 214 times
Regards.
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Can't view in object browser ?

Post by robert »

Yes, that is normal (at this moment). We are not supporting Object Browser/ClassView inside VS.
If you change the project reference to an assembly reference (if you add a reference to the output file of your X# project) then you should be able to see the types in the assembly in the object browser.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
baramuse
Posts: 85
Joined: Tue Nov 29, 2022 8:31 am
Location: France

Can't view in object browser ?

Post by baramuse »

Indeed it works when referencing the .dll.
Good to know, thanks for the tip :)

Regards.
Post Reply