Version Used: 4.10 Preview 1
Reported in #69225
Steps to Reproduce:
- dotnet new console --language VB
- use MSBuildWorkspace.OpenProjectAsync to load the newly created VB project
Expected Behavior:
Project loads without any workspace diagnostics and compilation reports no compiler diagnostics.
Actual Behavior:
Compilation reports "BC30002": Type 'Global.Microsoft.VisualBasic.ApplicationServices.ApplicationBase' is not defined.