ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
Mike Kistler 97c6f0df0d
Add examples to AddOpenApi extension method/overloads (#58808)
* Add examples to AddOpenApi extension method/overloads
* Commit suggestions from PR review

Co-authored-by: Safia Abdalla <safia@microsoft.com>
2024-11-07 15:33:08 -08:00
.azure/pipelines Use MacOS-13 in CI (#58465) 2024-10-21 13:05:23 -07:00
.azuredevops Add warning when targeting release/* branches (#38006) 2021-11-02 11:05:18 -07:00
.config Move guardian suppressions to code instead of .gdnsuppress (#56911) 2024-07-22 13:37:45 -07:00
.devcontainer [main] Update dependencies from dotnet/efcore, dotnet/runtime (#58090) 2024-10-01 20:08:39 -07:00
.github Update milestones for Dec/Jan (#58806) 2024-11-05 13:03:56 -08:00
.vscode Remove deprecated VS Code extension (#53673) 2024-01-29 09:55:53 -08:00
docs [main] Update dependencies from dotnet/efcore, dotnet/runtime (#58090) 2024-10-01 20:08:39 -07:00
eng Set up Windows installer build for the VMR (#58820) 2024-11-07 11:24:14 -08:00
src Add examples to AddOpenApi extension method/overloads (#58808) 2024-11-07 15:33:08 -08:00
.CodeQL.yml Exclude tests from CodeQL (#55459) 2024-05-01 15:58:54 -07:00
.editorconfig mark verified files as lf and utf8 (#56643) 2024-07-19 20:20:53 -07:00
.git-blame-ignore-revs Create .git-blame-ignore-revs (#41087) 2022-04-07 09:52:29 -07:00
.gitattributes mark verified files as lf and utf8 (#56643) 2024-07-19 20:20:53 -07:00
.gitignore Helix Restore Issue Mitigation (#41311) 2022-04-30 01:31:05 +00:00
.gitmodules Go back to checked-in minified .js files (#56982) 2024-07-25 12:27:40 -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 [Infrastructure] Fix NPM packaging (#54056) 2024-02-16 15:27:06 +01:00
.vsconfig Updated VS workload manifests to Windows SDK 19041 (#42457) 2022-06-28 10:00:11 -07:00
AspNetCore.sln Add source generator to emit public Program class definition (#58199) 2024-10-08 17:48:34 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-02 19:51:30 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md (#51728) 2023-11-15 13:17:50 -08:00
Directory.Build.BeforeCommonTargets.targets Enable unified build (#54084) 2024-03-18 23:08:54 +00:00
Directory.Build.props Set up Windows installer build for the VMR (#58820) 2024-11-07 11:24:14 -08:00
Directory.Build.targets Enable unified build (#54084) 2024-03-18 23:08:54 +00:00
LICENSE.txt Update license from Apache -> MIT 2021-07-22 15:36:47 -07:00
NuGet.config Update dependencies from https://github.com/dotnet/runtime build 20240813.14 (#57330) 2024-08-21 04:04:24 +00:00
README.md Fix links in daily builds table (#51645) 2023-10-25 09:05:00 -07:00
SECURITY.md Add link to new MSRC portal (#19236) 2020-02-25 22:52:03 +00:00
THIRD-PARTY-NOTICES.txt Update third party notices for Components and ProjectTemplates (#51443) 2023-10-18 11:28:03 -07: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
github-merge-flow.jsonc Disable automated inter-branch merges (#58061) 2024-09-26 09:51:54 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20241101.1 (#58777) 2024-11-04 16:12:50 +00:00
omnisharp.json Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 2021-04-05 16:56:05 -07:00
package-lock.json Add scope for internal npm packages (#58476) 2024-10-17 09:34:49 -07:00
package.json Add scope for internal npm packages (#58476) 2024-10-17 09:34:49 -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 (#58090) 2024-10-01 20:08:39 -07:00
startvscode.sh [main] Update dependencies from dotnet/efcore, dotnet/runtime (#58090) 2024-10-01 20:08:39 -07: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

Nightly builds

This table includes links to download the latest builds of the ASP.NET Core Shared Framework. Also included are links to download the Windows Hosting Bundle, which includes the ASP.NET Core Shared Framework, the .NET Runtime Shared Framework, and the IIS plugin (ASP.NET Core Module). You can download the latest .NET Runtime builds here, and the latest .NET SDK builds here. If you're unsure what you need, then install the SDK; it has everything except the IIS plugin.

Platform Shared Framework (Installer) Shared Framework (Binaries) Hosting Bundle (Installer)
Windows x64 Installer Binaries Installer
Windows x86 Installer Binaries Installer
Windows arm64 Installer Binaries Installer
macOS x64 N/A Binaries N/A
macOS arm64 N/A Binaries N/A
Linux x64 Deb Installer - RPM Installer Binaries N/A
Linux arm N/A Binaries N/A
Linux arm64 RPM Installer Binaries N/A
Linux-musl-x64 N/A Binaries N/A
Linux-musl-arm N/A Binaries N/A
Linux-musl-arm64 N/A Binaries N/A