aspnetcore/test
Ryan Nowak 6e6a24cbb4 Add a background listener for notifications
This change adds an actual background worker for listening to project
change notifications and starts sending updates when the project's razor
dependencies change.

I had to do a litle surgery to get things working. There were plenty of
small bug fixes.

Additionally I got rid of the WeakReferences for tracking listeners. I
was seeing TextBuffers hanging around in VS longer than I expected and
the WeakReferences weren't getting cleaned up. I think it's better that
we just track the lifetime.
2017-09-18 16:56:53 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test
Microsoft.AspNetCore.Razor.Language.Test Add error for using single quotes in add/remove taghelper directive 2017-09-07 11:29:33 -07:00
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 Add a background listener for notifications 2017-09-18 16:56:53 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Add a background listener for notifications 2017-09-18 16:56:53 -07:00
RazorPageGenerator.Test