"Use apphost" checkbox missing from remodeled app designer for .NET console app project #7976
Labels
Feature-Project-Properties-Designer
The new project property pages which replace the legacy AppDesigner
good-first-issue
[up-for-grabs] Good for learning and for external contributors. Relatively self-contained.
Resolution-By-Design
The feature is working as it was designed.
Triage-Approved
Reviewed and prioritized
Milestone
Visual Studio Version
Dev17.2 Preview 3 (32309.498.main)
Summary
The app designer for a .NET Console Application has no discoverable way to disable the apphost that the project system spawns the app under (whether with Debug or Execute) as it used to.
This setting would control the
UseAppHost
msbuild property. It is useful for at least a few things, including working around dotnet/msbuild#7466.Steps to Reproduce
Expected Behavior
Find a "Use apphost" checkbox.
Actual Behavior
No such checkbox to be found.
User Impact
Inability to workaround issues created by the app host.
The text was updated successfully, but these errors were encountered: