csoltenborn / GoogleTestAdapter

Visual studio extension that adds support for the C++ testing framework Google Test.
Other
143 stars 100 forks source link

Unable to set SkipOriginCheck in Visual Studio #352

Open leo-hydraulic opened 1 year ago

leo-hydraulic commented 1 year ago

I've been trying to use the Google Test Adapter (which seems to be integrated with VS), and getting error "Executable [redacted] came from another computer and was blocked to help protect this computer.". This happens because my project is in a network drive. I see from issue #179 that there's an option to skip origin checks, but I couldn't find a way to enable it. It's not visible in the test options in the UI. Is there a way to actually set it? Thanks