- start with `FormContext` and classes it needs from legacy world - FYI `ModelClientValidationRule` came from Web Pages; the rest from MVC Cleanup and make files compile in new world - remove `FormContext.GetJsonValidationMetadata` method; will file an issue to revive this using Json.NET - don't store `FormContext` in the `HttpContext`, no longer have child actions - do `null` checks in setters, not getters (minor perf improvement) - fix namespaces and usings - wrap long lines; use `[NotNull]`; no copyright notice - use explicit comparers for dictionaries - add XML comment for odd `ModelClientValidationRule.ValidationType` property - Collection -> List |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| global.json | ||
| makefile.shade | ||