ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Перейти к файлу
Doug Bunting 509661e54f
Separate Microsoft.TestCommon more (#400)
- pre-restore and prebuild the project before anything that depends on it
  - avoid references from other test projects doing any real work
- make ordering even more explicit
  - avoid confusion between batching builds and `$(BuildInParallel)`
- turns out this also reduces the number of double writes binary logs show significantly
2023-03-15 15:20:25 -07:00
.config Enable CodeQl3000 (#365) 2022-11-21 11:08:42 -08:00
.nuget Bump test project dependencies (#383) 2023-01-30 20:52:17 -08:00
eng Use `msbuild` from VS 2022 if available (#395) 2023-03-06 22:07:37 -08:00
packages Move NetCore project to use .NET SDK (#380) 2023-01-28 13:39:45 -08:00
src Use `msbuild` from VS 2022 if available (#395) 2023-03-06 22:07:37 -08:00
test Use `msbuild` from VS 2022 if available (#395) 2023-03-06 22:07:37 -08:00
tools Rename Formatting projects and more (#392) 2023-02-28 11:52:52 -08:00
.appveyor.yml Replace 'master' with 'main' (#295) 2021-03-15 10:12:36 -07:00
.codeql.yml Rename Formatting projects and more (#392) 2023-02-28 11:52:52 -08:00
.gitattributes Update .gitattributes to treat all files except for a few extensions. 2013-01-04 14:20:10 -08:00
.gitignore Test Formatting assemblies w/ `net6.0` (#384) 2023-02-13 12:39:52 -08:00
.travis.yml Add AppVeyor configuration and disable Travis for now 2017-10-16 21:51:49 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#277) 2020-04-09 12:54:31 -07:00
CONTRIBUTING.md !fixup! CONTRIBUTING.md typo 2019-02-06 14:31:56 -08:00
Directory.Build.props Address a few more nits (#378) 2023-01-20 10:45:23 -08:00
Directory.Build.targets Move to MSBuild v15.0 and latest xUnit MSBuild runner 2017-10-23 08:55:04 -07:00
LICENSE.txt Rename License.txt to LICENSE.txt 2016-09-23 12:27:40 -07:00
NuGet.Config Move NuGet.config to repo root (#374) 2022-12-11 21:22:42 -08:00
README.md Update README now 3.2.8 is live (#318) 2022-04-14 17:53:25 -07:00
Runtime.NetFramework.slnf Rename Formatting projects and more (#392) 2023-02-28 11:52:52 -08:00
Runtime.NetStandard.slnf Rename Formatting projects and more (#392) 2023-02-28 11:52:52 -08:00
Runtime.msbuild Separate Microsoft.TestCommon more (#400) 2023-03-15 15:20:25 -07:00
Runtime.sln Rename Formatting projects and more (#392) 2023-02-28 11:52:52 -08:00
Settings.StyleCop Change source code and repo license info to .NET Foundation 2016-08-08 22:03:40 -07:00
Tools.sln Move to MSBuild v15.0 and latest xUnit MSBuild runner 2017-10-23 08:55:04 -07:00
azure-pipelines.yml Support `DBNull` in `netstandard1.3` assembly (#394) 2023-03-01 16:53:44 -08:00
build.cmd Restore `pushd` and `popd` (#397) 2023-03-07 16:39:29 -08:00
global.json Test Formatting assemblies w/ `net6.0` (#384) 2023-02-13 12:39:52 -08:00

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 AspNetCore 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

Contributing

Check out the contributing page to see the best places to log issues and start discussions.

Tags and releases

Git tag or branch Other products MVC package versions Web API package (product) versions Web Pages package versions
v2.0.4 4.0.40804 4.0.30506 2.0.30506
v2.1 ASP.NET and Web Tools 2012.2, VS 2012 Update 2 (not on http://nuget.org) v4 2012.2 Update RTM v1 2012.2 Update RTM v2 2012.2 Update RTM
v3.0.2 5.0.2 5.0.1 (2.0.1) 3.0.1
v3.1.3 5.1.3 5.1.2 (2.1.2) 3.1.2
v3.2.6 5.2.6 5.2.6 3.2.6
v3.2.7 5.2.7 5.2.7 3.2.7
v3.2.8 5.2.8 5.2.8 3.2.8
main New work e.g. MVC 5.2.9-preview1