ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Перейти к файлу
Doug Bunting f09883601d Enlarge an xUnit collection to include all `ModelMetadataProviders.Current` readers
- #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`
2017-10-22 10:58:12 -07:00
.nuget Move to StyleCop.MSBuild v5.0.0 2017-10-17 15:54:03 -07:00
packages Build OData folder 2014-07-30 13:47:35 +08:00
src Added FormUrlEncodedMediaTypeFormatter to .NetStandard version of System.Net.Http.Formatting 2017-10-21 19:39:04 -07:00
test Enlarge an xUnit collection to include all `ModelMetadataProviders.Current` readers 2017-10-22 10:58:12 -07:00
tools Add NetStandard test assembly to SkipStrongNames.xml 2017-10-16 22:06:04 -07:00
.appveyor.yml Add AppVeyor configuration and disable Travis for now 2017-10-16 21:51:49 -07:00
.gitattributes Update .gitattributes to treat all files except for a few extensions. 2013-01-04 14:20:10 -08:00
.gitignore Minor improvements 2017-10-20 15:36:14 -07:00
.travis.yml Add AppVeyor configuration and disable Travis for now 2017-10-16 21:51:49 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-09-23 12:30:55 -07:00
LICENSE.txt Rename License.txt to LICENSE.txt 2016-09-23 12:27:40 -07:00
README.md Add AppVeyor configuration and disable Travis for now 2017-10-16 21:51:49 -07:00
Runtime.msbuild Create a .NET Standard 1.1 version of System.Net.Http.Formatting.dll 2016-12-12 17:36:00 -08:00
Runtime.sln Build OData folder 2014-07-30 13:47:35 +08:00
RuntimePortable.sln Get .NET Standard test project testing in Release configuration 2017-10-18 18:03:32 -07:00
Settings.StyleCop Change source code and repo license info to .NET Foundation 2016-08-08 22:03:40 -07:00
Tools.sln Build s/ latest MSBuild / Visual Studio installed 2016-08-10 12:29:04 -07:00
build.cmd Create a .NET Standard 1.1 version of System.Net.Http.Formatting.dll 2016-12-12 17:36:00 -08:00
global.json Add `global.json` to avoid problems building on systems with newer tooling 2017-06-21 16:22:59 -07:00

README.md

ASP.NET MVC, Web API, Web Pages, and Razor

AppVeyor: AppVeyor

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