aspnetcore/test/Microsoft.VisualStudio.Edit...
Ryan Nowak 357657fc45 Implements versions for generated code
This change implements version tracking the inputs and outputs of
generated code.

Version tracking is still best-effort - meaning that in some cases a
perfect system could avoid doing more work. However, since we base the
versions off of all of the inputs, we now that the guarantee that code
generation operations that happen 'out of order' will always result in
the newer inputs generating the newer outputs.

Fixes: https://github.com/aspnet/Razor/issues/2650
2018-10-23 18:19:18 -07:00
..
Documents Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
Infrastructure
Shared Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultEditorSettingsManagerTest.cs
DefaultImportDocumentManagerIntegrationTest.cs Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
DefaultImportDocumentManagerTest.cs Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
DefaultProjectPathProviderTest.cs
DefaultProjectSnapshotProjectEngineFactoryTest.cs
DefaultRazorDocumentManagerTest.cs
DefaultRazorEditorFactoryServiceTest.cs
DefaultRazorIndentationFactsServiceTest.cs
DefaultRazorSyntaxFactsServiceTest.cs
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperFactsServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs Implements versions for generated code 2018-10-23 18:19:18 -07:00
DefaultVisualStudioRazorParserIntegrationTest.cs
DefaultVisualStudioRazorParserTest.cs Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
DefaultWorkspaceEditorSettingsTest.cs
Microsoft.VisualStudio.Editor.Razor.Test.csproj
RazorDirectiveCompletionProviderTest.cs Make it so the RazorDirectiveCompletionProvider doesn't load extra assemblies in C#. 2018-10-19 15:10:19 -07:00
RazorDirectiveCompletionSourceProviderTest.cs
RazorDirectiveCompletionSourceTest.cs Update to use latest completion APIs 2018-10-19 15:10:19 -07:00
RazorSyntaxFactsServiceExtensionsTest.cs
RazorSyntaxTreePartialParserTest.cs
RazorTextViewConnectionListenerTest.cs
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json