.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Перейти к файлу
Alex Thibodeau 02255f44de
Merge pull request #268 from Unity-Technologies/remove-unused-apis
Cleanup unused embedding APIs
2024-06-27 10:25:22 -04:00
.config [main] Update dependencies from 8 repositories (#90014) 2023-08-10 22:52:58 -07:00
.devcontainer Fix Codespaces prebuild after CMake upgrade and set policy in Mono (#88410) 2023-07-05 12:00:40 -07:00
.github Rename area-ILVerification to area-Tools-ILVerification (#89698) 2023-08-06 08:04:35 -07:00
.yamato Removed new builddriver-nuget and replaced with MS's NuGet config, 2024-02-02 13:43:19 -05:00
docs Update library-servicing doc to mention 8.0 (#94002) 2023-10-26 17:58:48 -06:00
eng Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-release/8.0-staging 2023-11-22 14:43:51 -08:00
src Cleanup unused embedding APIs 2024-06-26 13:56:33 -04:00
unity Cleanup unused embedding APIs 2024-06-26 13:56:33 -04:00
.clang-format Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374) 2021-09-23 14:34:00 -07:00
.dockerignore Fix stress-http and stress-ssl builds on Linux (#49706) 2021-03-17 11:49:39 +01:00
.editorconfig Add newly introduced modifiers to our csharp_preferred_modifier_order editorconfig (#86668) 2023-06-09 10:23:37 -07:00
.gitattributes [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.gitignore Convert CMakeSettings.json to CMakePresets.json for coreclr (#89513) 2023-08-07 10:08:23 -07:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Delete Windows arm32 support (#86065) 2023-05-10 20:02:38 -07:00
Build.proj Copy local intellisense xmls for assemblies with source of truth. (#79134) 2023-02-01 14:29:00 -08:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Fix broken link in CONTRIBUTING.md (#87685) 2023-06-16 08:37:23 -04:00
Directory.Build.props [release/8.0-staging] Update APICompat baseline version to 8.0.0 (#94716) 2023-11-15 11:57:28 +01:00
Directory.Build.targets Use analyzers from targeting pack for NetCoreAppCurrent (#87726) 2023-06-19 23:27:38 +02:00
Directory.Solution.props Fix solution restore in libraries (#38294) 2020-06-23 22:35:40 +02:00
LICENSE.TXT Revert "Update "LICENSE.txt" so that it's recognized as MIT" (#37626) 2020-06-08 22:22:27 -04:00
NuGet.config [release/8.0-staging] Update dependencies from dotnet/emsdk (#94932) 2023-11-21 20:34:03 -08:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md better link to open new issues in other repos (#83839) 2023-03-23 14:56:07 -07:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Update THIRD-PARTY-NOTICES for 8.0 release (#91933) 2023-09-14 10:39:41 -07:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
build.sh
dotnet.cmd Move dotnet.cmd/sh helper scripts into the repo root (#672) 2019-12-11 21:01:58 +01:00
dotnet.sh Move dotnet.cmd/sh helper scripts into the repo root (#672) 2019-12-11 21:01:58 +01:00
global.json [release/8.0] Update dependencies from dotnet/arcade (#94792) 2023-11-16 14:35:15 +01:00

README.md

.NET Runtime

Build Status Help Wanted Gitter Discord

This repo contains the code to build the .NET runtime, libraries and shared host (dotnet) installers for all supported platforms, as well as the sources to .NET runtime and libraries.

What is .NET?

Official Starting Page: https://dotnet.microsoft.com

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

Reporting security issues and security 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. You can also find these instructions in this repo's Security doc.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

Filing issues

This repo should contain issues that are tied to the runtime, the class libraries and frameworks, the installation of the dotnet binary (sometimes known as the muxer) and installation of the .NET runtime and libraries.

For other issues, please file them to their appropriate sibling repos. We have links to many of them on our new issue page.

.NET Foundation

.NET Runtime is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

General .NET OSS discussions: .NET Foundation Discussions

License

.NET (including the runtime repo) is licensed under the MIT license.