aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
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
..
Binders Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
Internal Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Metadata Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Properties Updating copyright headers 2014-05-08 23:01:20 -07:00
Utils Updating copyright headers 2014-05-08 23:01:20 -07:00
Validation Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
ValueProviders 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.ModelBinding.Test.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
ModelBindingContextTest.cs Updating copyright headers 2014-05-08 23:01:20 -07:00
Resources.resx
project.json Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00