Temporarily disable XSharp in VS 2022?

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
Otto
Posts: 177
Joined: Wed Sep 30, 2015 6:22 pm

Temporarily disable XSharp in VS 2022?

Post by Otto »

I want to temporarily disable XSharp in VS 2022. Please help me with that.
I don't use XSharp and VS that often anymore and don't remember how to do that.

The actual reason why I want to do this, is because I've got a different version of XSharp running locally compared to the one on the build server and other colleagues. Locally XSharp adds stuff to the xsproj files and it doesn't allow a pull from the origin, because of conflicts.
Undoing them doesn't work, because in a split moment, the changes are again added.

Please advise.
User avatar
robert
Posts: 5104
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: Temporarily disable XSharp in VS 2022?

Post by robert »

Otto,
In the xsharp\uninst folder there are cmd files to do that. Run the "uninstxx.cmd" files as admin to remove X#. The instxx.cmd files reinstall X#.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
Otto
Posts: 177
Joined: Wed Sep 30, 2015 6:22 pm

Re: Temporarily disable XSharp in VS 2022?

Post by Otto »

Thanks Robert
I found an alternative for a full uninstall/install:
unload and reload xsharp projects.
User avatar
Otto
Posts: 177
Joined: Wed Sep 30, 2015 6:22 pm

Re: Temporarily disable XSharp in VS 2022?

Post by Otto »

Another alternative:
Switch in VS2022 to the folder view. This will disable all extensions automatically.
Post Reply