mono / monodevelop

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

Class AspNetCoreExecutionCommand should be public #7509

Closed lextm closed 5 years ago

lextm commented 5 years ago

Just noticed that ASP.NET Core project uses AspNetCoreExecutionCommand, but this class is not public. This prevents a debugger extension like https://github.com/lextudio/monodevelop.netcoredbg from supporting ASP.NET Core project debugging.

Of course I can use reflection as workaround, but hope that this class can be made public.

VS bug #890143

xamarin-release-manager commented 5 years ago

[sync] [VS-16] Comment by xamarinc

Fixed in version 8.4.0.25 (master)

Author: Ian Toal
Commit: 1c2bc9d304194c24c4a471e6a0f1b5d59344f938 (mono/monodevelop)

xamarin-release-manager commented 5 years ago

[sync] [VS-20] Comment by xamarinc

Fixed in version 8.2.0.844 (release-8.2)

Pull Request #7939 merged by: Lluis Sanchez
Author: mono
Commit: a9a8c448e355a846fd013148563e177ac554c019 (mono/monodevelop)

xamarin-release-manager commented 5 years ago

[sync] [VS-22] Comment by xamarinc

Fixed in version 8.4.0.203 (release-8.3)

Author: Ian Toal
Commit: 1c2bc9d304194c24c4a471e6a0f1b5d59344f938 (mono/monodevelop)

xamarin-release-manager commented 5 years ago

[sync] [VS-23] Comment by xamarinc

Fixed in version 8.3.0.578 (release-8.3)

Author: Ian Toal
Commit: 1c2bc9d304194c24c4a471e6a0f1b5d59344f938 (mono/monodevelop)

xamarin-release-manager commented 4 years ago

[sync] [VS-26] Comment by xamarinc

Fixed in version 8.6.0.802 (master)

Author: Ian Toal
Commit: 1c2bc9d304194c24c4a471e6a0f1b5d59344f938 (xamarin/monodevelop)