VitalElement / AvalonStudio

Cross platform IDE and Shell
GNU Lesser General Public License v3.0
1.63k stars 237 forks source link

Feature/csproj without sln #757

Closed FlaviusHouk closed 1 year ago

FlaviusHouk commented 4 years ago

Implementing #656 . Behaviour will be the same as for Visual Studio. In case of opening *csproj new solution will be created. It will not be saved on disk without confirmation from user (on studio/solution closing user should receive a question with suggestion to save solution).

danwalmsley commented 3 years ago

Wow! Sorry it took so long... nice surprise to see a new feature has been contributed :)

FlaviusHouk commented 3 years ago

It's very ambitious project. I think that it's quite good to have an alternative to Electron based editors like VS Code and to almost abandoned MonoDevelop. So I found some time to take a look at this code and do something usefull.