danipen / TextMateSharp

A port of tm4e to bring TextMate grammars to dotnet ecosystem
MIT License
87 stars 15 forks source link

Fix unit tests in Visual Studio debug environment #44

Closed danipen closed 1 year ago

danipen commented 1 year ago

For debug purposes we're using the x86 version of the onigwrap.dll. The reason behind is that some Visual Studio versions don't work fine being 100% x64, so having a common denominator works fine on all platforms.

So I changed the unit test projects to target x86 so they pass green when executed in Visual Studio.

danipen commented 1 year ago

Bad luck. It's a bad idea changing it the config properties. I'll change the project config locally.