ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
dotnet-maestro[bot] 2ff03f37b9
[release/7.0] Update dependencies from dotnet/runtime dotnet/efcore (#44202)
[release/7.0] Update dependencies from dotnet/runtime dotnet/efcore
2022-09-28 10:45:12 +00:00
.azure/pipelines [release/7.0] Quarantine `ClosingTheBrowserWindow_GracefullyDisconnects_TheCurrentCircuit` (#44186) 2022-09-26 15:41:22 -07:00
.azuredevops Add warning when targeting release/* branches (#38006) 2021-11-02 11:05:18 -07:00
.config Update CredScanSuppressions.json (#43497) 2022-08-24 04:29:58 +00:00
.devcontainer Stop trying to launch browser from codespaces (#39505) 2022-01-13 23:45:31 +00:00
.github [release/7.0] Remove Kevin from CodeOwners (#44161) 2022-09-24 12:18:26 -07:00
.vscode VSCode Extension Recomendations (#39474) 2022-01-13 12:14:55 -08:00
docs Adding the rest of WebTransport into Kestrel (#42097) 2022-07-20 20:27:40 +00:00
eng [release/7.0] Update dependencies from dotnet/runtime dotnet/efcore (#44202) 2022-09-28 10:45:12 +00:00
src Fix printing signing key in user-jwts tool (#44206) 2022-09-27 12:56:09 -07:00
.editorconfig Convert all possible `DllImport`s to `LibraryImport` for .NET 7+ (#41573) 2022-05-31 16:19:00 -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 [release/7.0] Update spa-templates to ref new 7.0 branch (#44134) 2022-09-23 18:36:59 -07:00
.globalconfig Use NetAnalyzers from SDK instead of FxCopAnalyzers (#30138) 2021-02-19 09:12:37 -08:00
.vsconfig Updated VS workload manifests to Windows SDK 19041 (#42457) 2022-06-28 10:00:11 -07:00
AspNetCore.sln Split Blazor WASM Auth Tests to New Project (#42879) 2022-08-01 12:43:30 -07:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md (#37696) 2021-10-22 09:56:22 -07:00
Directory.Build.props [release/7.0] Update dependencies from dotnet/arcade (#43880) 2022-09-14 02:23:16 +00:00
Directory.Build.targets Build ProjectTemplates in Source-Build (#40643) 2022-03-10 15:41:00 -08:00
LICENSE.txt Update license from Apache -> MIT 2021-07-22 15:36:47 -07:00
NuGet.config Revert "Route tooling (#42597)" (#42943) 2022-07-27 14:17:05 +08:00
README.md Renaming .NET Core to .NET as single unified platform (#43267) 2022-08-13 13:24:07 -07:00
SECURITY.md
THIRD-PARTY-NOTICES.txt
activate.ps1 Make `deactivate` clean x86 root (#36717) 2021-09-20 12:33:59 -07:00
activate.sh
clean.cmd
clean.ps1
clean.sh
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 20220914.4 (#44093) 2022-09-23 21:18:37 +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
startvscode.cmd [main] Update dependencies from dotnet/runtime dotnet/efcore (#36328) 2021-09-21 02:28:35 +00:00
startvscode.sh Fixed "unary operator expected" error (#40597) 2022-03-08 22:15:29 -08:00

README.md

.NET Foundation MIT License Help Wanted Good First Issues Discord

ASP.NET Core

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