Skip to content

Commit

Permalink
additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Aug 19, 2021
1 parent 373b060 commit 44840d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private static void Sub()
}");

VisualStudio.Editor.Verify.ErrorTags(
"Microsoft.VisualStudio.Text.Tagging.ErrorTag:'using System.Collections.Generic;\\r\\nusing System.Text;'[15-68]",
"Microsoft.VisualStudio.Text.Tagging.ErrorTag:'using System;\\r\\nusing System.Collections.Generic;\\r\\nusing System.Text;'[0-68]",
"Microsoft.VisualStudio.Text.Tagging.ErrorTag:'\\r'[286-287]",
"Microsoft.VisualStudio.Text.Tagging.ErrorTag:'}'[354-355]");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public WorkspacesNetCore(VisualStudioInstanceFactory instanceFactory)
[Trait(Traits.Feature, Traits.Features.NetCore)]
public override void OpenCSharpThenVBSolution()
{
// The CSharpNetCoreClassLibrary template does not open a file automatically.
VisualStudio.SolutionExplorer.OpenFile(new ProjectUtils.Project(ProjectName), WellKnownProjectTemplates.CSharpNetCoreClassLibraryClassFileName);
base.OpenCSharpThenVBSolution();
}

Expand Down

0 comments on commit 44840d6

Please sign in to comment.