Im using slowcheetah to transform my config files, in my mvc project it transforms web.config files as expected, but in my webjob projects (basically console apps) it wont work. If I right click the app.config file I have no transform options available.
Anyone know why this could be ? my understanding is that it works for web.config and app.config files
Im using slowcheetah to transform my config files, in my mvc project it transforms web.config files as expected, but in my webjob projects (basically console apps) it wont work. If I right click the app.config file I have no transform options available. Anyone
know why this could be ? my understanding is that it works for web.config and app.config files
As far as I know, the slowcheetach will work for web.config and app.config.
In my VS2017 webjob projects, I could use it to add transforms.
I guess this issue is related with your slowcheetah version.
My SlowCheetahVersion is 3.0.61.18192.
Vs version i 15.5.0.
I suggest you could download latest version of SlowCheetah and check Change History from
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
48 Points
1393 Posts
slowcheetah and app.config not working
Jan 10, 2018 01:34 PM|misuk11|LINK
Im using slowcheetah to transform my config files, in my mvc project it transforms web.config files as expected, but in my webjob projects (basically console apps) it wont work. If I right click the app.config file I have no transform options available. Anyone know why this could be ? my understanding is that it works for web.config and app.config files
Star
9831 Points
3120 Posts
Re: slowcheetah and app.config not working
Jan 11, 2018 07:10 AM|Brando ZWZ|LINK
Hi misuk11,
As far as I know, the slowcheetach will work for web.config and app.config.
In my VS2017 webjob projects, I could use it to add transforms.
I guess this issue is related with your slowcheetah version.
My SlowCheetahVersion is 3.0.61.18192.
Vs version i 15.5.0.
I suggest you could download latest version of SlowCheetah and check Change History from
https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.SlowCheetah-XMLTransforms
Best Regards,
Brando