- thanx to @NTaylorMullen for initial conversion - e.g. AssemblyInfo.cs files were already minimized or removed :) - allow `>=` RC3 CLI's to build and run MVC - work around several dotnet migration issues; see #5482 - disable full .NET Framework runs of functional tests; see #5873 - remove `Microsoft.DotNet.InternalAbstractions` and `System.Xml.XmlDocument` dependencies - remove project.json (!!), *.xproj, .notest, and web.config files Redo earlier changes: - apply test migration to .NET 4.5.2 in *.csproj world - see |
||
|---|---|---|
| .. | ||
| Controllers | ||
| Models | ||
| ActionSelectionFilter.cs | ||
| Startup.cs | ||
| WebApiCompatShimWebSite.csproj | ||
| readme.md | ||
readme.md
WebApiCompatShimWebSite
This web site illustrates how to configure and use WebApiCompatShim to get Web API 2.* like behavior. Features which
are used include but are not limited to action results, action selection and parameter binding.