ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
dotnet-maestro[bot] 1c9cf676af
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230912.1 (#50678)
[release/8.0] Update dependencies from dotnet/source-build-reference-packages


 - Merge branch 'release/8.0' into darc-release/8.0-7208b86d-cad4-4760-87c5-fd141e39a4fc
2023-09-14 07:07:23 +00:00
.azure/pipelines Port internal runtime download changes (#50186) 2023-08-18 10:07:55 -07:00
.azuredevops Add warning when targeting release/* branches (#38006) 2021-11-02 11:05:18 -07:00
.config Remove ApiAuthorization.IdentityServer (#49193) 2023-07-10 10:17:00 -07:00
.devcontainer [main] Update dependencies from dotnet/efcore dotnet/runtime (#45475) 2022-12-15 19:10:14 +00:00
.github Add VS Feedback link to bug report template list (#49802) 2023-08-04 07:21:33 +08:00
.vscode VSCode Extension Recomendations (#39474) 2022-01-13 12:14:55 -08:00
docs Add benchmarking documentation (#50027) 2023-08-14 12:14:37 -07:00
eng Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230912.1 (#50678) 2023-09-14 07:07:23 +00:00
src [release/8.0] Fix AwaitableSocketAsyncEventArgs reorderings on weaker memory models (#50690) 2023-09-13 18:17:34 -06:00
.editorconfig Reenable CA1305 warnings (#49695) 2023-07-28 15:39:52 -07:00
.git-blame-ignore-revs Create .git-blame-ignore-revs (#41087) 2022-04-07 09:52:29 -07:00
.gitattributes Update .gitattributes (#36115) 2021-09-02 20:01:49 -07:00
.gitignore Helix Restore Issue Mitigation (#41311) 2022-04-30 01:31:05 +00:00
.gitmodules Remove Spa-templates from repo (#49413) 2023-07-14 16:14:23 -07:00
.globalconfig Update SDK to 8.0.100-preview.5.23226.2 (#47540) 2023-04-27 23:22:01 +00:00
.markdownlint.json enable markdown linter (#49254) 2023-07-07 08:05:11 -05:00
.npmrc Update .npmrc approach and locked dependencies (#46601) 2023-02-16 22:09:20 +00:00
.vsconfig Updated VS workload manifests to Windows SDK 19041 (#42457) 2022-06-28 10:00:11 -07:00
AspNetCore.sln Split redis output-cache pieces from Microsoft.Extensions.Caching.StackExchange.Redis into Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (#50457) 2023-09-11 13:09:24 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-02 19:51:30 -07:00
CONTRIBUTING.md [skip-ci]Add links to video for contribution guidelines (#48647) 2023-06-14 08:59:55 -07:00
Directory.Build.BeforeCommonTargets.targets Add infrastructure for trimming and NativeAOT test apps. (#48024) 2023-05-04 10:51:10 -05:00
Directory.Build.props Create transport package for API docs (#49969) 2023-08-10 11:02:03 -07:00
Directory.Build.targets [release/8.0] Update SDK (#50276) 2023-08-24 16:15:17 +10:00
LICENSE.txt Update license from Apache -> MIT 2021-07-22 15:36:47 -07:00
NuGet.config Update SDK to 8.0.100-preview.6.23305.3 (#48619) 2023-06-07 09:03:38 -05:00
README.md Oxford comma edits 2023-04-14 11:06:14 +10:00
SECURITY.md Add link to new MSRC portal (#19236) 2020-02-25 22:52:03 +00:00
THIRD-PARTY-NOTICES.txt gRPC JSON transcoding - msbuild includes proto dependencies (#44999) 2022-11-29 14:17:48 +08:00
activate.ps1 Changed docs.microsoft.com links to learn.microsoft.com Issue: #44175 (#46206) 2023-01-24 02:07:15 +00:00
activate.sh Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 2019-02-20 11:20:34 -08:00
clean.cmd Add clean.cmd, clean.ps1 and clean.sh (#11154) 2019-06-12 20:53:17 -07:00
clean.ps1 Change `clean.ps1` (and `clean.cmd`) to restore deleted files after cleaning 2019-07-18 11:21:50 -07:00
clean.sh Add clean.cmd, clean.ps1 and clean.sh (#11154) 2019-06-12 20:53:17 -07:00
dockerbuild.sh Favor project-specific build scripts over top-level script (#29918) 2021-02-16 09:25:59 -08:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20230901.1 (#50507) 2023-09-04 14:22:19 +00:00
omnisharp.json Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 2021-04-05 16:56:05 -07:00
restore.cmd Favor project-specific build scripts over top-level script (#29918) 2021-02-16 09:25:59 -08:00
restore.sh Favor project-specific build scripts over top-level script (#29918) 2021-02-16 09:25:59 -08:00
startvs.cmd Use VS from env if specified (#25749) 2020-09-09 21:10:39 -07:00
startvscode.cmd [main] Update dependencies from dotnet/efcore dotnet/runtime (#45475) 2022-12-15 19:10:14 +00:00
startvscode.sh [main] Update dependencies from dotnet/efcore dotnet/runtime (#45475) 2022-12-15 19:10:14 +00:00

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.

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) 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.

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT