dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 386 forks source link

"StartArguments" text box and warning showing despite being empty #9344

Open drewnoakes opened 7 months ago

drewnoakes commented 7 months ago

We have a feature that attempts to warn the user when they have a StartArguments property in their project. It is showing whenever you create a new "project" launch profile.

  1. Create a new .NET Console application
  2. Open the launch settings dialog
  3. Click "New" -> "Project"
  4. Notice the "StartArguments" and warning appear

image

Note that if you dismiss the dialog and reopen it, the warning disappears.