Generation of Application.myapp while Visual Basic Application Framework is disabled #9443
Labels
Area-VisualBasic
Specific to the VB.NET language.
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.
Triage-Investigate
Reviewed and investigation needed by dev team
Milestone
Visual Studio Version
17.9.6
Summary
After migrating several VB.NET projects from .NET 4.8 to .NET 8
Application.myapp
files are getting generated which were previously absent in the solution. We are experiencing this behavior for both Forms Application as Forms Class Library projects. The Visual Basic Application Framework is disabled in both .NET 4.8 and .NET 8. After deleting the files, they will get regenerated as soon as the Project Property Editor is opened.The same behavior can be observed for WPF projects.
Steps to Reproduce
Application.myapp
after the property editor has openedApplication.myapp
already exists)Application.myapp
Application.myapp
Expected Behavior
Application.myapp
should not be created when Visual Basic Application Framework is disabled in any case. Additionally, I doubt the Application Framework option should be available outside of Forms or WPF Application projects.Actual Behavior
Application.myapp
is generated regardless of the status of the Visual Basic Application Framework checkbox.User Impact
I won't sleep tonight... :-(
The text was updated successfully, but these errors were encountered: