1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Experimenting with dotnet runtime.
Find a file
2024-02-21 14:24:06 -08:00
.config [main] Update dependencies from dotnet/cecil, dotnet/hotreload-utils, dotnet/icu, dotnet/runtime, dotnet/runtime-assets, dotnet/sdk, dotnet/xharness (#98655) 2024-02-20 19:24:45 -06:00
.devcontainer [wasm] Fix a few more paths to in-tree emsdk (#96625) 2024-01-08 19:33:24 +01:00
.github Prepare the FabricBot config for migration to Policy Service (#98256) 2024-02-12 21:54:19 -08:00
docs [browser][MT] JSType.OneWay fire and forget (#98567) 2024-02-18 12:54:32 +01:00
eng Add runtime-dev-innerloop to Build Analysis tracking (#98768) 2024-02-21 14:24:06 -08:00
src Remove more ZapDisable/ZapRequire references (#98569) 2024-02-21 14:11:45 -08:00
.clang-format
.clang-tidy Move JIT's clang-tidy flags into configuration files and add a root clang-tidy config that disables all checks. (#93951) 2023-10-25 15:16:22 -07:00
.dockerignore [HTTP/SSL] Fix stress (#93135) 2023-10-09 11:54:41 +02:00
.editorconfig
.gitattributes [browser][MT] Use auto thread dispatch in HTTP (#95370) 2024-01-21 11:39:46 +01:00
.gitignore [browser] introduce JSProxyContext (#95959) 2023-12-20 08:57:32 +01:00
.markdownlint.json
.vsconfig
build.cmd
Build.proj Update unified build controls (#98330) 2024-02-15 18:48:18 +01:00
build.sh
CODE-OF-CONDUCT.md
CONTRIBUTING.md Fix maui link (#97509) 2024-01-25 09:51:34 -06:00
Directory.Build.props Update unified build controls (#98330) 2024-02-15 18:48:18 +01:00
Directory.Build.rsp Disable msbuild terminal logger (#97309) 2024-01-22 13:08:28 -05:00
Directory.Build.targets Update unified build controls (#98330) 2024-02-15 18:48:18 +01:00
Directory.Solution.props
dotnet.cmd
dotnet.sh
global.json Revert "[main] Update dependencies from dotnet/arcade (#98554)" (#98737) 2024-02-21 08:52:50 -05:00
LICENSE.TXT
NuGet.config Remove dotnet8 feeds from NuGet.config (#95860) 2023-12-15 23:25:08 +01:00
PATENTS.TXT
README.md Update README.md and replace .NET Cores with .NET (#97197) 2024-01-19 03:24:10 -08:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT [browser][HybridGlobalization] Improve speed performance of IndexOf and LastIndexOf text APIs with HybridGlobalization mode (#95583) 2024-01-16 12:47:46 +01:00

.NET Runtime

Build Status Help Wanted Good First Issue 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 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 the 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.