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 Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Shared Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
BraceSmartIndenterIntegrationTest.cs Make brace indenter smarter about making edits to non-valid content kinds. 2018-06-11 10:34:26 -07:00
BraceSmartIndenterTest.cs Don't smart indent code inside of Razor block constructs. 2018-06-18 20:38:01 -07:00
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 Add `ProjectPathProvider` abstract for document tracker creation. 2018-05-17 15:28:20 -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
DefaultRazorIndentationFactsServiceTest.cs Renamed HtmlTextSyntax to HtmlTextLiteralSyntax for consistency (#2560) 2018-08-28 14:00:32 -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
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs Implements versions for generated code 2018-10-23 18:19:18 -07:00
DefaultVisualStudioRazorParserIntegrationTest.cs Renamed WhiteSpace to Whitespace 2018-08-24 15:45:55 -07:00
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 Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
RazorDirectiveCompletionProviderTest.cs Make it so the RazorDirectiveCompletionProvider doesn't load extra assemblies in C#. 2018-10-19 15:10:19 -07:00
RazorDirectiveCompletionSourceProviderTest.cs Refactor completion logic into standalone service. 2018-08-10 14:46:13 -07:00
RazorDirectiveCompletionSourceTest.cs Update to use latest completion APIs 2018-10-19 15:10:19 -07:00
RazorSyntaxFactsServiceExtensionsTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorSyntaxTreePartialParserTest.cs Renamed WhiteSpace to Whitespace 2018-08-24 15:45:55 -07:00
RazorTextViewConnectionListenerTest.cs
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json