- first get old code in correct spot - then get default templates working in new world - usual things: `[NotNull]`, `var`, internal -> public - provide a `HtmlHelper.GenerateOption()` static method - pass an `ViewDataDictionary<object>` instance to `TemplateRenderer` constructor - run default templates synchronously with an IHtmlHelper<object> - copy over resources - add Microsoft.Data.Entity reference for EntityState type - use default templates in MVC sample - remove most on-disk overrides of the default templates |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| global.json | ||
| makefile.shade | ||
| out.txt | ||