ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
dotnet-maestro[bot] 26d6e378a1
Update dependencies from https://github.com/dotnet/arcade build 20230728.2 (#49750)
[main] Update dependencies from dotnet/arcade
2023-07-31 13:25:39 +00:00
.azure/pipelines Update area-owners.md (#49331) 2023-07-11 14:43:17 -05: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 Update fabricbot.json (#49689) 2023-07-27 20:51:35 +00:00
.vscode VSCode Extension Recomendations (#39474) 2022-01-13 12:14:55 -08:00
docs Update BuildErrors.md (#49527) 2023-07-19 22:49:48 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20230728.2 (#49750) 2023-07-31 13:25:39 +00:00
src Introduce per-HealthCheckRegistration parameters (#42646) 2023-07-28 16:49:35 -07: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 Fix MinimalFormSample location in sln (#49692) 2023-07-28 02:19:12 +00: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 Update SDK (#49297) 2023-07-10 16:09:58 -07:00
Directory.Build.targets Add infrastructure for trimming and NativeAOT test apps. (#48024) 2023-05-04 10:51:10 -05: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
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 20230728.2 (#49750) 2023-07-31 13:25:39 +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