You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Workspaces/MSBuildTest/OpenProjectsTests.cs
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,6 @@ public async Task ValidateCSharpTemplateProjects(string templateName)
40
40
[
41
41
"CS0246",// The type or namespace name {'csharp_blazor_project'|'App'} could not be found (are you missing a using directive or an assembly reference?)
42
42
],
43
-
"wpf"=>
44
-
[
45
-
"CS5001",// Program does not contain a static 'Main' method suitable for an entry point
46
-
"CS0103",// The name 'InitializeComponent' does not exist in the current context"
47
-
],
48
-
"wpfusercontrollib"=>
49
-
[
50
-
"CS0103",// The name 'InitializeComponent' does not exist in the current context"
51
-
],
52
43
_ =>Array.Empty<string>(),
53
44
};
54
45
@@ -61,10 +52,6 @@ public async Task ValidateVisualBasicTemplateProjects(string templateName)
61
52
{
62
53
varignoredDiagnostics=templateNameswitch
63
54
{
64
-
"wpf"=>
65
-
[
66
-
"BC30420",// 'Sub Main' was not found in 'visual_basic_wpf_project'.
0 commit comments