mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Version Control #9503

Open xcap2000 opened 4 years ago

xcap2000 commented 4 years ago

System Configuration: Debian 10 Monodevelop from Monodevelop Site version "7.8.4 Build 2"

Issue Monodevelop does not allow the user to add a solution to source control

Steps to reproduce 1 - Install dotnet core 3.1 on Debian 10 (https://docs.microsoft.com/pt-br/dotnet/core/install/linux-package-manager-debian10) 2 - Create a new dotnet core console application 3 - Edit the project and change netcoreapp1.1 to netcoreapp3.0 4 - Right click on solution explorer Display Options -> Show All Files 5 - Right click on project file and Version Control -> Add (Works) 6 - Right click on solution file and Version Control -> Add (Does not work even though it gives a successful message) 7 - Right click on the solution (not the file) and Version Control -> Review and Commit 8 - Note that the solution file is not added to the list but the project file is