slow-cheetah icon indicating copy to clipboard operation
slow-cheetah copied to clipboard

Add Transform issue in VB.Net Console App

Open DeltonLee opened this issue 5 years ago • 1 comments

Using Visual Studio 2019, I have a legacy VB.Net console solution that I'm trying to begin using SlowCheetah with. The package seems to install successfully, but when I right-click on the app.config file and choose Add Transform, the app.xxx.config files get created, but they are not visible in the Visual Studio solution explorer. To see if this was isolated to the legacy solution only, I created a new VB.Net console app and got the same results. I then tried this on another machine that has Visual Studio 2017 and also saw the same results when creating a brand new VB.Net Console solution. When the same is attempted for new C# application in either version of Visual Studio, the expected behavior occurs. We generally create new projects with C# but we have some legacy projects still in VB.Net for which we would like to use SlowCheetah, if supported. I did not see anything to indicate that it is not supported for VB.Net projects.

DeltonLee avatar Apr 29 '20 01:04 DeltonLee

One hacky work around is to highlight the project and select to "Show All Files", then you will see your additional app.config files.

ChrisMyrick avatar Jul 20 '22 18:07 ChrisMyrick