Problem description:
In Framework SplashScreen is shown if one is defined in project file and Project Startup object is set to Form1. In Core the splash screen is only shown if Startup object is set to Sub Main
Expected behavior:
SplashScreen is shown if Startup object is set to Form1
Minimal repro:
https://github.com/paul1956/WinForms5VBSample
.NET Core Version:
Microsoft.WindowsDesktop.App 5.0.0
Have you experienced this same bug with .NET Framework?:
No
Problem description:
In Framework SplashScreen is shown if one is defined in project file and Project Startup object is set to Form1. In Core the splash screen is only shown if Startup object is set to Sub Main
Expected behavior:
SplashScreen is shown if Startup object is set to Form1
Minimal repro:
https://github.com/paul1956/WinForms5VBSample