ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
github-actions[bot] b54868ed2f Update jquery.validate to 1.20.0 (#56803)
Co-authored-by: javiercn <javiercn@users.noreply.github.com>
2024-07-18 18:37:14 +00:00
.azure/pipelines [release/8.0] Switch to dSAS for internal runtimes (#56488) 2024-07-08 21:48:47 +00: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 Remove base 2024-07-18 18:37:14 +00: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 20240717.1 (#56875) 2024-07-18 15:44:22 +00:00
src Update jquery.validate to 1.20.0 (#56803) 2024-07-18 18:37:14 +00: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 Preserve RemoteAuthenticationContext during JS interop (#54225) (#54655) 2024-04-02 14:03:44 -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 [release/8.0] Add internal pipeline to test IdentityModel nightlies (#55504) 2024-05-03 16:34:54 -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 [release/8.0] Update dependencies from dotnet/arcade (#56746) 2024-07-13 02:18:45 +00: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 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 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 20240717.1 (#56854) 2024-07-17 17:27:54 +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