aspnetcore/test/Microsoft.CodeAnalysis.Razo...
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
..
ProjectSystem Add a background listener for notifications 2017-09-18 16:56:53 -07:00
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperFactsServiceTest.cs
Microsoft.CodeAnalysis.Razor.Workspaces.Test.csproj Bump Roslyn to a 2.6.0 build 2017-08-30 15:30:57 -07:00
xunit.runner.json