rsaz / csharp-snippet-productivity

The complete snippet toolbox for C#"
MIT License
19 stars 6 forks source link

Incorrect behavior when creating new solution #13

Closed BachiMjavanadze closed 2 years ago

BachiMjavanadze commented 2 years ago

If the solution already exists and I create new solution with the same name it doesn't warn that the folder already exists but just embeds project into existing solution.

For example: I have the solution (folder) "Temp" with project "App1". If I create new solution (folder) with the same name ("Temp") and with new project (say "App2") the extention will not warn that "Temp" folder already exists and "App2" will be added into existing "Temp".

rsaz commented 2 years ago

Hi @BachiMjavanadze problem fixed in version v1.3.0. If you try to create a solution with the same name within the same path you will get an error such as the one below. image