@ linux users: a compiling version of monodevelop 8.4 ready for testing: https://github.com/dotdevelop/dotdevelop/tree/dotdevelop_oe_8.4.3.12
Great. I will test it.
included dotnetcore-debugging (premiere for monodevelop) over samsung.netcoredebug by integrating @lextm 's https://github.com/lextudio/monodevelop.netcoredbg
Well, if he's dead. The configure and make scripts are out of date, and the project does not compile.
Hello, I am interested in your community effort to revive monodevelop as dotdevelop. I tried to compile the new dotdevelop_oe_8.6 branch on my ubuntu 20.04 system, but I get the following error during compilation:
Xwt.GtkBackend/CustomListModel.cs(65,24): error CS0506: 'CustomListModel.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/david/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj]
steps as recommended in README:
git clone -b dotdevelop_oe_8.6 https://github.com/dotdevelop/dotdevelop.git
cd dotdevelop/
./configure --profile=gnome
make
gtk-sharp2
, not gtk-sharp3
, https://github.com/dotdevelop/dotdevelop/blob/dotdevelop_oe_8.6/.github/workflows/monodevelop.yml#L22
gtk-sharp3
and then install gtk-sharp2
.