Unsupported MyApplication Properties removed from Application.Designer.VB #6659
Labels
Area-VisualBasic
Specific to the VB.NET language.
Feature-Legacy-Application-Designer
The "Application Designer" otherwise known as the legacy project properties
Triage-Investigate
Reviewed and investigation needed by dev team
Milestone
Visual Studio Version:
Version 16.8.0 Preview 3.2
Summary:
There are properties in MyApplication like MinimumSplashScreenDisplayTime that the VS UI does not (yet) support that need to be set manually in Application.Designer.VB, this was also true in Framework.
Steps to Reproduce:
Expected Behavior:
The line Me.MinimumSplashScreenDisplayTime = 5000 is not modified
Actual Behavior:
The line Me.MinimumSplashScreenDisplayTime = 5000 is deleted
User Impact:
Application works differently under .Net then it did under Framework. MinimumSplashScreenDisplayTime was not supported in Framework UI but VS just left it alone. There are a few other properties that might me an issue for someone but this is the only one that I have seen frequently used.
The text was updated successfully, but these errors were encountered: