Open TFTomSun opened 4 years ago
This is not a project system issue. We will suggest you to open a feedback ticket using Visual Studio. You can do that by opening Visual Studio, selecting Help, and Send Feedback.
@jjmew Reopening this, we control this via https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSystem/VS/Debug/ProjectLaunchTargetsProvider.cs#L603.
We should let you control this via the properties page, instead of sniffing the target framework of the library you are F5'ing.
ie We would expose the full set of options here:
Seems like this is a matter of:
Hardest part might be reconciling that user-controlled setting with all the other logic we have for choosing the debugger engine.
Visual Studio Version: 2019 latest Summary:
Expected Behavior:
There seems to be an assumption that the custom debugging executable of a .NET core project must be a .net core application, too.