Move TagHelperResolver to CodeAnalysis.Workspaces

- There's nothing specific about the TagHelperResolver that needs to be bound to VS. Moving it to the workspaces assembly so it can be used by VSCode.
- Also changed the `TagHelperResolver` to be an `IWorkspaceService`.
\n\nCommit migrated from 9f73afef3a
This commit is contained in:
N. Taylor Mullen 2019-02-25 22:10:56 -08:00
parent e2d2beb685
commit 740b1d3c27
1 changed files with 1 additions and 1 deletions

View File

@ -65,11 +65,11 @@ namespace Microsoft.AspNetCore.Razor.Performance
var services = TestServices.Create(
new IWorkspaceService[]
{
TagHelperResolver,
new StaticProjectSnapshotProjectEngineFactory(),
},
new ILanguageService[]
{
TagHelperResolver,
});
return new DefaultProjectSnapshotManager(