aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
Ryan Nowak 03b63d97a2 Quick fixes from MVC
We're close to hooking up new Razor to MVC. This is a set of enabling
'quick fix' changes to resolve some blockers to using Razor.Evolution in
the product.

Main issues:
 - Types not public enough - anything in the .Legacy namespace is still
   slated from 'improvement'
 - Wrong references. We don't want .Workspaces in MVC, so moving the heavy
   lifting of TagHelper discovery to CodeAnalysis.Razor.
2017-01-24 09:22:28 -08:00
..
BasicIntegrationTest.cs Adds Instrumentation support 2017-01-11 17:27:52 -08:00
CodeGenerationIntegrationTest.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
HtmlAttributeIntegrationTest.cs Skip Razor.Evolution tests on Linux and Mac. 2016-12-19 15:03:32 -08:00
ImportsIntegrationTest.cs Adds support for imports to IR lowering 2017-01-20 10:43:53 -08:00
InstrumentationPassIntegrationTest.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00
IntegrationTestBase.cs Adds support for imports to IR lowering 2017-01-20 10:43:53 -08:00
IntializeTestFileAttribute.cs
LineMappingsSerializer.cs Make SourceSpan public 2017-01-03 12:46:56 -08:00
PageDocumentIntegrationTest.cs First cut of adding API sets 2016-12-30 17:58:39 -08:00
RazorIRNodeSerializer.cs
RazorIRNodeVerifier.cs
RazorIRNodeWriter.cs Quick fixes from MVC 2017-01-24 09:22:28 -08:00
TagHelpersIntegrationTest.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00
TestTagHelperDescriptors.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00