aspnetcore/test
Ryan Nowak 3969c23316 Adds a tracking system for Razor documents
This is a MEF service that can actively or passively track open ITextViews
and give us information about the Razor initialization state and eventing
when it changes.

The purpose of this is to act as a bridge between the VS mef world and the
roslyn world.

For now this doesn't do any passive tracking of Razor documents, it's only
on demand. That means it will only be initialized and used right now when
you are using the Razor developer tools. This is just to reduce our risk,
it's not ideal to ship code in VS that's doing something without anyone
looking at the result.
2017-05-11 08:24:37 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Razor.Language.Test Moved TagHelperBinder from pass to a phase 2017-05-10 17:16:27 -07:00
Microsoft.AspNetCore.Razor.Performance Fix #1059 and #1060 2017-05-08 12:30:19 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Update test project to netcoreapp2.0 (#1292) 2017-05-09 14:22:35 -07:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test Adds a tracking system for Razor documents 2017-05-11 08:24:37 -07:00
RazorPageGenerator.Test