Kirill Teplinskiy
Results
2
comments of
Kirill Teplinskiy
What worked for me: * Use latest [Microsoft.VisualStudio.SlowCheetah 3.2.20](https://www.nuget.org/packages/Microsoft.VisualStudio.SlowCheetah/) instead of old [SlowCheetah 2.5.48](https://www.nuget.org/packages/SlowCheetah/) * Set `TransformOnBuild` for app.config: ``` true ``` * Import SlowCheetah at the end of csproj:...
Thank you! Lookng forward for the new release :)