aspnetcore/src/Mvc
WuYafeng d061d0d95b Resolve #11727 (#11957)
* Resolve #11727

- Add a BuildServiceProviderValidator for checking startup method 'ConfigureServices(IServiceCollection,..)'

* Fix file name and class name not match

* Resolve conversation:
- helpLink point to 'aka.ms'
- Update DiagnosticDescriptor title
- Update DiagnosticDescriptor messageFormat
2019-07-10 08:46:32 -07:00
..
Extensions.ApiDescription.Client/src Stop shipping a runtime.dev.json file 2019-07-05 21:44:56 -07:00
Extensions.ApiDescription.Server/src Stop shipping a runtime.dev.json file 2019-07-05 21:44:56 -07:00
GetDocumentInsider/src
Mvc
Mvc.Abstractions
Mvc.Analyzers Resolve #11727 (#11957) 2019-07-10 08:46:32 -07:00
Mvc.Api.Analyzers
Mvc.ApiExplorer
Mvc.Components.Prerendering Javiercn/js interop improvements part 1 (#11809) 2019-07-05 16:28:41 +02:00
Mvc.Core Make some MVC routing types public again (#11969) 2019-07-08 20:59:56 -07:00
Mvc.Cors
Mvc.DataAnnotations Explicitly reference Roslyn compiler toolset version that will ship in preview 7 (#11818) 2019-07-02 20:49:08 -07:00
Mvc.Formatters.Json
Mvc.Formatters.Xml
Mvc.Localization
Mvc.NewtonsoftJson
Mvc.Razor Make ~/ resolution show up at design time. 2019-07-02 14:55:18 -07:00
Mvc.Razor.RuntimeCompilation
Mvc.RazorPages Mvc.Core logging for controller and page factories (#11526) 2019-07-08 07:43:08 -07:00
Mvc.TagHelpers
Mvc.Testing
Mvc.ViewFeatures Expand Blazor logging (#11919) 2019-07-08 13:50:19 +01:00
benchmarkapps
benchmarks
build
dotnet-getdocument/src
samples/MvcSandbox Update dependencies from 5 repositories (#11939) 2019-07-09 15:19:03 -07:00
shared
test Merge branch 'release/3.0-preview7' => 'master' 2019-07-04 22:24:35 -07:00
.editorconfig
Directory.Build.props
Mvc.sln Rename .Components.Browser -> Components.Web 2019-07-01 15:36:35 -07:00
MvcNoDeps.slnf
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.