ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
Safia Abdalla 3f93126eab
Revert setting endpoint name automatically (#36518) (#36548)
2021-09-15 14:14:25 -07:00
.azure/pipelines Test in manual internal builds (#36424) 2021-09-13 12:31:42 -07:00
.config Resolve final credscan bug (#31196) 2021-03-25 09:29:03 -07:00
.devcontainer Add .NET Dev Certs to DevContainer By Default (#36000) 2021-09-01 17:52:36 +00:00
.github Remove Dependabot `reviewers` (#36420) 2021-09-13 12:31:12 -07:00
.vscode Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 2021-04-05 16:56:05 -07:00
docs Update node version referenced in text (#36317) 2021-09-09 08:48:52 -07:00
eng Revert "Disable OSX10.14 Helix jobs for now (#36500)" (#36563) 2021-09-15 20:10:21 +00:00
src Revert setting endpoint name automatically (#36518) (#36548) 2021-09-15 14:14:25 -07:00
.editorconfig Re-enable CA1305 (#35867) 2021-08-28 06:50:54 -07:00
.gitattributes Update .gitattributes (#36115) 2021-09-02 20:01:49 -07:00
.gitignore Stop Serializing Return Values for `InvokeVoidAsync` (#35807) 2021-08-31 00:52:21 +00:00
.gitmodules Correct spa-templates submodule (#34499) 2021-07-20 00:39:38 +00:00
.globalconfig Use NetAnalyzers from SDK instead of FxCopAnalyzers (#30138) 2021-02-19 09:12:37 -08:00
.vsconfig
AspNetCore.sln Cherry-pick mismatched parameter optionality analyzer and clean up directories (#36379) 2021-09-14 11:39:48 -07:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Do not use emphasis for headings (#34662) 2021-07-24 00:35:22 +00:00
Directory.Build.props Run analyzers in VS (#35044) 2021-08-04 14:21:07 -07:00
Directory.Build.targets [main] Update dependencies from dotnet/efcore dotnet/runtime (#33072) 2021-05-29 13:34:48 +00:00
LICENSE.txt Update license from Apache -> MIT 2021-07-22 15:36:47 -07:00
NuGet.config [main] Update dependencies from dotnet/runtime dotnet/efcore (#35402) 2021-08-19 21:30:54 +00:00
README.md Update README Roadmap Link (#35560) 2021-08-20 21:36:13 +00:00
SECURITY.md
THIRD-PARTY-NOTICES.txt
activate.ps1
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 SDK (#36470) 2021-09-14 09:46:25 -07: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 Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 2021-04-05 16:56:05 -07:00
startvscode.sh Add Bash scripts for launching VS Code with activated env (#33236) 2021-06-02 19:37:06 -07: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 Core, 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