aspnetcore/test/Microsoft.VisualStudio.Lang.../Editor
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
..
DefaultCodeDocumentProviderTest.cs Add basic Razor directive completion. 2017-09-05 10:08:31 -07:00
DefaultTextBufferProviderTest.cs Add basic Razor directive completion. 2017-09-05 10:08:31 -07:00
DefaultVisualStudioCodeDocumentProviderTest.cs Add basic Razor directive completion. 2017-09-05 10:08:31 -07:00
DefaultVisualStudioDocumentTrackerFactoryTest.cs Add a background listener for notifications 2017-09-18 16:56:53 -07:00
RazorDirectiveCompletionProviderTest.cs Add test for #1684 2017-09-15 12:07:11 -07:00
RazorSyntaxTreePartialParserTest.cs
VisualStudioRazorParserTest.cs Skipped flakey tests. 2017-08-25 15:30:29 -07:00