ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. https://asp.net/

Tom Deseyn 129de012b2 source-build: don't use crossgen when building for mono runtime. (#44842) 3 лет назад
.azure 1d62cf9aa5 Remove DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER workaround (#44808) 3 лет назад
.azuredevops 64de6d300d Add warning when targeting release/* branches (#38006) 4 лет назад
.config b35b7ac8b7 Add CodeQL3000 run to aspnetcore-ci-official (#44688) 3 лет назад
.devcontainer a5a35bd390 Stop trying to launch browser from codespaces (#39505) 4 лет назад
.github fce1281032 Update bug template for razor-compiler migration (#44889) 3 лет назад
.vscode d5557cd244 VSCode Extension Recomendations (#39474) 4 лет назад
docs 7456849560 Create repro.md (#44883) 3 лет назад
eng 129de012b2 source-build: don't use crossgen when building for mono runtime. (#44842) 3 лет назад
src c3438e04bb Sync shared code from runtime (#44964) 3 лет назад
.editorconfig 983ca23811 Enable CA1854 (#44799) 3 лет назад
.git-blame-ignore-revs b2679bf0bf Create .git-blame-ignore-revs (#41087) 3 лет назад
.gitattributes a46272f028 Update .gitattributes (#36115) 4 лет назад
.gitignore 0be2c29d9c Helix Restore Issue Mitigation (#41311) 3 лет назад
.gitmodules 939fa3891b Use googletest's new 'main' branch (#38409) 4 лет назад
.globalconfig 350ea5b181 Use NetAnalyzers from SDK instead of FxCopAnalyzers (#30138) 5 лет назад
.vsconfig fb1b3a1ff7 Updated VS workload manifests to Windows SDK 19041 (#42457) 3 лет назад
AspNetCore.sln 594cfb334d Route tooling redux (#44077) 3 лет назад
CODE-OF-CONDUCT.md 141755143b Link Code of Conduct 6 лет назад
CONTRIBUTING.md 8bf447aa3f update contributing guidelines to state that Squash is preferred (#44475) 3 лет назад
Directory.Build.props 38d3043c7e source-build: support building aspnetcore using non-portable runtime packages. (#43937) 3 лет назад
Directory.Build.targets 54a7109ead Build ProjectTemplates in Source-Build (#40643) 4 лет назад
LICENSE.txt d71ceb649c Update license from Apache -> MIT 4 лет назад
NuGet.config 38db0918d6 [main] Remove feeds, add to SiteExtension bundle (#44882) 3 лет назад
README.md ce78832442 Update README.md (#44888) 3 лет назад
SECURITY.md afbbf446fb Add link to new MSRC portal (#19236) 6 лет назад
THIRD-PARTY-NOTICES.txt 4ca53f7a74 Add Json.NET to THIRD-PARTy-NOTICES.txt (#27186) 5 лет назад
activate.ps1 2b13a742da Make `deactivate` clean x86 root (#36717) 4 лет назад
activate.sh 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 7 лет назад
clean.cmd 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) 6 лет назад
clean.ps1 d641dffdc1 Change `clean.ps1` (and `clean.cmd`) to restore deleted files after cleaning 6 лет назад
clean.sh 852680f618 Add clean.cmd, clean.ps1 and clean.sh (#11154) 6 лет назад
dockerbuild.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 лет назад
global.json 5f357367dc Update dependencies from https://github.com/dotnet/arcade build 20221104.2 (#44917) 3 лет назад
omnisharp.json ae8b2c2e36 Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 5 лет назад
restore.cmd 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 лет назад
restore.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 лет назад
startvs.cmd d7c1d51b4a Use VS from env if specified (#25749) 5 лет назад
startvscode.cmd 70c05f178a [main] Update dependencies from dotnet/runtime dotnet/efcore (#36328) 4 лет назад
startvscode.sh 3bc56046a2 Fixed "unary operator expected" error (#40597) 4 лет назад

README.md

ASP.NET Core

.NET Foundation MIT License Help Wanted Good First Issues Discord

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, 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 Triage Process 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) [email protected]. 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