1

How to set these settings globally, I am using xunit for testing and need to disable this every time I clone the repository for each project.

As I found out this is stored in the .vs folder locally

Change the settings

cerahe3782
  • 39
  • 6

1 Answers1

0

You may be able to use the Visual Studio extensibility (e.g., https://learn.microsoft.com/en-us/visualstudio/extensibility/writing-to-the-user-settings-store?view=vs-2019) to set this programatically as part of your test initialisation.

Polyfun
  • 9,479
  • 4
  • 31
  • 39