aspnetcore/test
N. Taylor Mullen 37eed518f8 Make VisualStudioRazorParserFactory VisualStudio agnostic.
- Removed the `Microsoft.VisualStudio.Language.IntelliSense` dependency from `Microsoft.VisualStudio.Editor.Razor` because it isn't supported in VS for mac.
- Replaced `ICompletionBroker` usage in the VS agnostic dll with a new abstract type `VisualStudioCompletionBroker`. This also enables us to implement completion
- Added Mac implementation of new `VisualStudioCompletionBroker`.

#1789
2017-12-08 16:34:43 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test
Microsoft.AspNetCore.Razor.Language.Test
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Added TagHelper discovery to Razor project systen 2017-11-22 10:56:52 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Make VisualStudioRazorParserFactory VisualStudio agnostic. 2017-12-08 16:34:43 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Move indentation service to VS.Editor.Razor and export it. 2017-11-14 15:42:40 -08:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Added imports tracking to TagHelper project system 2017-12-01 16:54:36 -08:00
RazorPageGenerator.Test
Directory.Build.props