- no more `IHtmlHelper<object>` in `DefaultDisplayTemplates` and also no need for `ViewDataDictionary<object>` in a few places - mostly removals from `IHtmlHelper<TModel>` but did cleanup comments and add `[NotNull]` for `DisplayFor()`, `DisplayNameFor()`, `DisplayNameForInnerType()`, and `LabelFor()` - also add `[NotNull]` for `this` and `Expression` parameters in some extension methods |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||