aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen 7c70207594 Made the Visual Studio parser smarter about overlapping reparse requests.
- Prior to this the parser would think that a non-latest reparse request was the latest because the only way we would check to see if a change reference was "latest" would be to do an equality check on the snapshot and `SourceChange`; the issue here was that `SourceChange` was null but the snapshots were the same. Problems could arise with this due to project context changes.
- Added tests to validate the new reparse behavior.
- Renamed `Edit` in the `BackgroundParser` to `ChangeReference` also refactored all the "edit" text in `BackgroundParser` to be `ChangerReference` like.
- Added a new event args to be the DTO between the internal and external parser implementations. This is how we could pas additional information in order to determine "latest" change reference.

#2336
2018-05-14 11:54:56 -07:00
..
Documents Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Infrastructure Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultEditorSettingsManagerTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultImportDocumentManagerIntegrationTest.cs Reorganize file tracker 2018-05-08 16:27:51 -07:00
DefaultImportDocumentManagerTest.cs Reorganize file tracker 2018-05-08 16:27:51 -07:00
DefaultProjectSnapshotProjectEngineFactoryTest.cs Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
DefaultRazorDocumentManagerTest.cs Remove ProjectService requirements for Razor text buffer initialization. 2018-05-03 11:13:36 -07:00
DefaultRazorEditorFactoryServiceTest.cs Update DefaultRazorEditorFactoryService to be per-workspace. 2018-02-01 14:51:23 -08:00
DefaultRazorIndentationFactsServiceTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultRazorSyntaxFactsServiceTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
DefaultTagHelperCompletionServiceTest.cs [Fixes #2144] Incorrect target element of nested tag helper 2018-03-20 15:25:07 -07:00
DefaultTagHelperFactsServiceTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
DefaultVisualStudioDocumentTrackerTest.cs Reorganize file tracker 2018-05-08 16:27:51 -07:00
DefaultVisualStudioRazorParserIntegrationTest.cs Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
DefaultVisualStudioRazorParserTest.cs Made the Visual Studio parser smarter about overlapping reparse requests. 2018-05-14 11:54:56 -07:00
DefaultWorkspaceEditorSettingsTest.cs Change EditorSettingsManager to not be per-workspace. 2018-01-30 16:01:55 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
RazorDirectiveCompletionProviderTest.cs Catch 15.7 up with dev 2018-02-19 10:46:16 -08:00
RazorSyntaxFactsServiceExtensionsTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorSyntaxTreePartialParserTest.cs Changed AddDefaultImports to take strings instead of project items. 2018-02-21 09:42:40 -08:00
RazorTextViewConnectionListenerTest.cs
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json