aspnetcore/test
Pranav K f70df60435 Move RazorGenerate and RazorTagHelper tasks in to the Sdk
Loading multiple versions of a task assembly result results in MSBuild on .NET Core to fail.
Addressing this by moving the tasks in to the Sdk and renaming it. This should avoid
immediate issues for a 2.1 and 2.2 project co-existing and future proofs 2.2 and later.

Fixes https://github.com/aspnet/Razor/issues/2553
2018-09-19 10:09:56 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Allow Invoke \ InvokeAsync methods for a ViewComponent to be defined in base types 2018-09-18 13:38:48 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Use checksum for classname if filepath is null 2018-06-11 08:25:57 -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 Redo baselines 2018-07-19 15:29:30 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test Allow content to be written after caught exception from child TagHelper. 2018-08-29 16:00:15 -07:00
Microsoft.AspNetCore.Razor.Test Handle `null` entries correctly for `IsEmptyOrWhiteSpace` 2018-07-23 15:25:41 -07:00
Microsoft.AspNetCore.Razor.Test.Common Rename parser tests to have shorter names 2018-07-19 15:22:30 -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 Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common
Microsoft.VisualStudio.Editor.Razor.Test Changed `GetDesiredIndentation` to be resilient to our SyntaxTree which occasionally has gaps. 2018-07-30 10:45:18 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common
Microsoft.VisualStudio.LanguageServices.Razor.Test Fix BackgroundDocumentGenerator flaky tests. 2018-07-27 14:49:12 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test
RazorPageGenerator.Test
testapps Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Directory.Build.props