Skip to content
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
C# JavaScript C++ HTML TypeScript Java Other
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.azure/pipelines Remove tests from official builds (#23056) Jun 17, 2020
.config Changes to build in master May 28, 2020
.github Updating the issue template to get more detailed information (#22410) Jun 1, 2020
.vscode Quarantined flaky RazorSDK tests (#22553) Jun 4, 2020
docs Move EventSource guidance (#23036) Jun 17, 2020
eng Update dependencies from https://github.com/dotnet/efcore build 20200… Jun 19, 2020
src Flow endpoint and httpcontext always from authz middleware (#22672) Jun 20, 2020
.editorconfig Fix #7258 - remove components.server dependencies on blazor-specific … Feb 28, 2019
.gitattributes Update .gitattributes to include jQuery files (#20537) Jun 17, 2020
.gitignore Adding reference to MessagePackAnalyzer to check for MsgPack001 / Msg… Mar 19, 2020
.gitmodules Use MessagePackReader \ MessagePackWriter to implement IHubProtocol f… Apr 1, 2019
.vsconfig Add .vsconfig files in root and beside slns Mar 31, 2020
CODE-OF-CONDUCT.md Link Code of Conduct Apr 3, 2020
CONTRIBUTING.md More updates docs (#20513) Apr 3, 2020
Directory.Build.props Enable `/warnAsError` (#23072) Jun 18, 2020
Directory.Build.targets Keep building packages that are marked packable (#22616) Jun 8, 2020
LICENSE.txt Fix license (#8733) Mar 22, 2019
NuGet.config Update dependencies from https://github.com/dotnet/efcore build 20200… May 29, 2020
README.md Update README.md (#20486) Apr 3, 2020
SECURITY.md Add link to new MSRC portal (#19236) Feb 25, 2020
THIRD-PARTY-NOTICES.txt Update THIRD-PARTY-NOTICES.txt Oct 17, 2019
activate.ps1 Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674 Jun 8, 2019
activate.sh Show error message when activate.sh/ps1 is invoked directly instead o… Feb 20, 2019
build.cmd Update logging to stop masking return code (#11231) Jun 14, 2019
build.ps1 Enable `/warnAsError` (#23072) Jun 18, 2020
build.sh Enable `/warnAsError` (#23072) Jun 18, 2020
clean.cmd Add clean.cmd, clean.ps1 and clean.sh (#11154) Jun 13, 2019
clean.ps1 Change `clean.ps1` (and `clean.cmd`) to restore deleted files after c… Jul 18, 2019
clean.sh Add clean.cmd, clean.ps1 and clean.sh (#11154) Jun 13, 2019
dockerbuild.sh Use stages pipeline (#13040) Sep 11, 2019
global.json Update dependencies from https://github.com/dotnet/arcade build 20200… Jun 15, 2020
restore.cmd Clean up background processes on CI builds (#11151) Jun 13, 2019
restore.sh Fix repo root in restore.sh (#7521) Feb 13, 2019
startvs.cmd Fix startvs.cmd for path with space Oct 25, 2019

README.md

ASP.NET Core

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps run on .NET Core, a free, cross-platform and open-source application runtime. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. Learn more about ASP.NET Core.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

See the Issue Management Policies document for more information on how we handle incoming issues.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Related projects

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT

You can’t perform that action at this time.