aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
jacalvar b6fb7ac7df Take advantage of nameof to improve our usage of MemberData across the code base.
Substituted all instances of [MemberData("PropertyName")] for [MemberData(nameof(PropertyName))]
This change enables us to take advantage of IDE features like Navigate to source,
find all references, etc. When using Visual Studio.
2014-09-02 13:53:03 -07:00
..
Compilation
BufferEntryCollectionTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.Razor.Test.kproj
MvcRazorCodeParserTest.cs
RazorCompilationServiceTest.cs
RazorPageActivatorTest.cs
RazorPageTest.cs Adding support for flush points in Razor pages 2014-08-29 09:30:23 -07:00
RazorTextWriterTest.cs Adding support for flush points in Razor pages 2014-08-29 09:30:23 -07:00
RazorViewEngineTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
RazorViewTest.cs Adding support for flush points in Razor pages 2014-08-29 09:30:23 -07:00
SpanFactory.cs
project.json