1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 02:13:38 +09:00
Experimenting with dotnet runtime.
Find a file
2023-01-11 07:29:18 -08:00
.config [main] Update dependencies from 9 repositories (#79685) 2023-01-04 20:13:10 -06:00
.devcontainer Split Codespaces configuration based on development scenarios (#74683) 2022-09-20 11:24:04 -05:00
.github Fix condition in backport.yml to also trigger on schedule (#79951) 2022-12-26 13:15:55 +01:00
docs Adds diagnostics to detect duplicated event names in LSG (#80460) 2023-01-11 07:29:18 -08:00
eng Add initial support for FreeBSD.arm64 (#71486) 2023-01-11 00:35:16 +01:00
src Adds diagnostics to detect duplicated event names in LSG (#80460) 2023-01-11 07:29:18 -08: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 Enable IDE0060 (Remove unused parameter) analyzer (#72667) 2022-11-08 14:05:34 +01:00
.gitattributes [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.gitignore [wasm][debugger] Revert don't need to escape special characters anymore (#78320) 2022-12-08 16:04:44 -03:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Update .vsconfig file (#77189) 2022-10-20 10:09:19 -07:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj Fix source build problem with missing intellisense xmls (#75981) 2022-09-21 15:18:58 -07:00
build.sh
CODE-OF-CONDUCT.md
CONTRIBUTING.md Update copyright guidance for Creative Commons (#80272) 2023-01-06 14:04:02 -08:00
Directory.Build.props [wasi] compile with libs.native (#79046) 2023-01-07 08:20:27 +01:00
Directory.Build.targets Add nullable reference type annotations to System.Text.Json source gen (#79613) 2022-12-16 18:44:06 +00:00
Directory.Solution.props
dotnet.cmd
dotnet.sh
global.json [main] Update dependencies from dotnet/icu dotnet/runtime-assets dotnet/emsdk dotnet/runtime dotnet/roslyn-analyzers dotnet/roslyn dotnet/llvm-project (#80235) 2023-01-10 12:01:15 +01:00
LICENSE.TXT
NuGet.config Add dotnet8 feeds in main nuget.config (#74101) 2022-08-17 20:00:51 -07:00
PATENTS.TXT
README.md Fix Azure Pipelines build badge in README (#78134) 2022-11-09 18:44:58 -08:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT remove UUID section superceded by RFC 4122 (#80320) 2023-01-07 15:10:04 -05:00

.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. Their respective links are described in the config issue template doc.

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