aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Add line numbers for design time directives 2018-10-18 13:46:24 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Add line numbers for design time directives 2018-10-18 13:46:24 -07:00
Microsoft.AspNetCore.Razor.Design.Test Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Microsoft.AspNetCore.Razor.Language.Test Add line numbers for design time directives 2018-10-18 13:46:24 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test
Microsoft.AspNetCore.Razor.Test.Common Merge branch 'release/2.2' 2018-10-01 17:05:44 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.AspNetCore.Razor.Tools.Test
Microsoft.CodeAnalysis.Razor.Test Check for ITagHelper in tag helper feature provider (#2602) 2018-09-18 16:52:34 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test Implements versions for generated code 2018-10-23 18:19:18 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor. 2018-09-18 17:34:45 -07:00
Microsoft.VisualStudio.Editor.Razor.Test Implements versions for generated code 2018-10-23 18:19:18 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
RazorPageGenerator.Test
testapps Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Directory.Build.props