f09883601d
- #41 - have not seen similar `InvalidOperationException`s in other test classes - `DisplayExtensionsTest` and `EditorExtensionsTest` are already in this increasingly-poorly named collection - they temporarily change `ModelMetadataProviders.Current` to reference a `Mock<ModelMetadataProvider>` This is a **temporary** fix: should use `[CollectionDefinition(DisableParallelization = true)]` xUnit v2.3.0 - i.e. create an isolated collection containing just `DisplayExtensionsTest` and `EditorExtensionsTest` |
||
---|---|---|
.nuget | ||
packages | ||
src | ||
test | ||
tools | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
Runtime.msbuild | ||
Runtime.sln | ||
RuntimePortable.sln | ||
Settings.StyleCop | ||
Tools.sln | ||
build.cmd | ||
global.json |
README.md
ASP.NET MVC, Web API, Web Pages, and Razor
Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the MVC repo.
ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.
This repo includes:
- ASP.NET MVC 5.x
- ASP.NET Web API 2.x
- ASP.NET Web Pages 3.x
- ASP.NET Razor 3.x
Nightly builds
The latest built and tested packages from this repo are available on this MyGet feed: https://dotnet.myget.org/gallery/aspnetwebstack-dev