ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
Brennan 901f8c62b8
[SignalR] Fix WebSocket client close when network disappears (#43518)
2022-08-26 11:33:57 -07:00
.azure/pipelines Move to -Svc pool provider (#43529) 2022-08-24 17:09:13 -07:00
.azuredevops
.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 Update branding to 7.0.0-rc2 (#43240) 2022-08-17 02:12:13 +00: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 Update dependencies from https://github.com/dotnet/efcore build 20220823.14 (#43506) 2022-08-24 06:13:16 +00:00
src [SignalR] Fix WebSocket client close when network disappears (#43518) 2022-08-26 11:33:57 -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
.gitignore Helix Restore Issue Mitigation (#41311) 2022-04-30 01:31:05 +00:00
.gitmodules Use googletest's new 'main' branch (#38409) 2021-11-16 00:33:22 +00:00
.globalconfig
.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
Directory.Build.props Add gRPC JSON transcoding (#40242) 2022-03-27 20:29:23 +08:00
Directory.Build.targets Build ProjectTemplates in Source-Build (#40643) 2022-03-10 15:41:00 -08:00
LICENSE.txt
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
activate.sh
clean.cmd
clean.ps1
clean.sh
dockerbuild.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20220823.1 (#43498) 2022-08-23 17:24:19 -07:00
omnisharp.json
restore.cmd
restore.sh
startvs.cmd
startvscode.cmd
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