aspnetcore/test
N. Taylor Mullen 463e11b739 Make SyntaxTree mutations not leak.
- Prior to this when the partial parser would successfully parse a change we'd mutate the returned syntax tree so any data inquired about the tree would then be wrong. We now isolate mutations to copied versions of the syntax tree.
- Added copy tests to ensure that we were appropriately copying all the various syntax node types.

#1793
2017-12-18 11:50:07 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test
Microsoft.AspNetCore.Razor.Design.Test Implement a .Design package and some testing for MSBuild 2017-12-13 15:06:10 -08:00
Microsoft.AspNetCore.Razor.Language.Test Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Moved the test infrastructure to depend on RazorDiagnostic instead of RazorError 2017-12-15 17:22:00 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim Implement a .Design package and some testing for MSBuild 2017-12-13 15:06:10 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Assert foreground thread before dispatching events 2017-12-12 16:18:49 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Add Mac implementation of FileChangeTracker. 2017-12-12 15:47:16 -08:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Make RazorEditorFactoryService VS agnostic. 2017-12-13 17:11:48 -08:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Add Mac implementation of FileChangeTracker. 2017-12-12 15:47:16 -08:00
RazorPageGenerator.Test
testapps/SimpleMvc Implement a .Design package and some testing for MSBuild 2017-12-13 15:06:10 -08:00
Directory.Build.props