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
// This should never happen. We should only ever create Module if it's a test project.
113
-
thrownewInvalidOperationException();
113
+
// This should never happen. We should only ever create TestModule if it's a test project.
114
+
thrownewUnreachableException($"This program location is thought to be unreachable. Class='{nameof(MSBuildHandler)}' Method='{nameof(InitializeTestApplications)}'");
0 commit comments