aspnetcore/src/Mvc
Pranav K cb6fb32529
Make building Components & Mvc solutions work out of the box (#8830)
* Make building Components & Mvc solutions work out of the box

Fixes https://github.com/aspnet/AspNetCore/issues/8413
2019-03-27 09:27:11 -07:00
..
Extensions.ApiDescription.Design/src Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
GetDocumentInsider/src Improve service reference filenames and class names (#7447) 2019-02-19 16:05:54 -08:00
Mvc System.Text.Json based formatters (#8362) 2019-03-21 13:45:21 -07:00
Mvc.Abstractions Add missing doc comments (#8035) 2019-03-05 10:01:20 -08:00
Mvc.Analyzers Make IApiBehaviorMetadata public (#8410) 2019-03-11 14:25:45 -07:00
Mvc.Api.Analyzers Make IApiBehaviorMetadata public (#8410) 2019-03-11 14:25:45 -07:00
Mvc.ApiExplorer Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.Core Mark tests flaky instead of skipped (#8727) 2019-03-26 09:51:37 -07:00
Mvc.Cors Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.DataAnnotations Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.Formatters.Json Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Mvc.Formatters.Xml System.Text.Json based formatters (#8362) 2019-03-21 13:45:21 -07:00
Mvc.Localization Add missing doc comments (#8035) 2019-03-05 10:01:20 -08:00
Mvc.NewtonsoftJson System.Text.Json based formatters (#8362) 2019-03-21 13:45:21 -07:00
Mvc.Razor fixing possible NRE, when viewContext is null 2019-03-08 15:02:02 -08:00
Mvc.Razor.RuntimeCompilation Set properties required for runtime compilation in RuntimeCompilation package 2019-03-26 09:59:23 -07:00
Mvc.RazorPages Add fallback routing for controllers and pages 2019-03-06 09:48:07 -08:00
Mvc.TagHelpers Add docs for Microsoft.AspNetCore.Mvc.TagHelpers. 2019-02-27 15:42:38 -08:00
Mvc.Testing Merge branch 'master' into merge/release/3.0-preview3-to-master 2019-02-25 15:56:46 -08:00
Mvc.ViewFeatures Fix generated code (#7883) 2019-02-22 18:15:13 -08:00
benchmarkapps Experience for Razor SDK (#8731) 2019-03-22 17:33:20 -07:00
benchmarks Experience for Razor SDK (#8731) 2019-03-22 17:33:20 -07:00
build
dotnet-getdocument/src
samples/MvcSandbox Experience for Razor SDK (#8731) 2019-03-22 17:33:20 -07:00
shared
test Mark tests flaky instead of skipped (#8727) 2019-03-26 09:51:37 -07:00
.editorconfig
Directory.Build.props
Mvc.sln Make building Components & Mvc solutions work out of the box (#8830) 2019-03-27 09:27:11 -07:00
MvcTests.ruleset
README.md
Settings.StyleCop
build.cmd
build.sh
buildWithProcDump.cmd
runWithProcDump.ps1
startvs.cmd

README.md

ASP.NET Core MVC

Note: For ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core), see https://github.com/aspnet/AspNetWebStack

Travis: Travis

ASP.NET Core MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. ASP.NET Core MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.

ASP.NET Core MVC includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.

See the ASP.NET Core MVC documentation.

Related community projects:

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.