1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Experimenting with dotnet runtime.
Find a file
2021-07-29 17:56:14 +02:00
.config Update libraries solution and NuGet.config files (#56430) 2021-07-28 18:44:17 +02:00
.github Remove Jozkee from System.Text.Json (#56119) 2021-07-22 09:11:41 +01:00
docs Covariant return updates to ecma augments (#56496) 2021-07-28 17:43:46 -07:00
eng [libraries][Android] Re-enable test suites no longer failing with JSON parsing exception for Android arm64 (#56411) 2021-07-29 08:58:21 -04:00
src [mono][aot] Emit extra interp entry wrappers for long signatures. (#56414) 2021-07-29 17:56:14 +02:00
.dockerignore Fix stress-http and stress-ssl builds on Linux (#49706) 2021-03-17 11:49:39 +01:00
.editorconfig Enable CA1052 (static holder types should be static) (#50047) 2021-03-23 10:04:52 -04:00
.gitattributes Find&Replace coreclr/src -> coreclr (#45761) 2020-12-08 10:40:17 -08:00
.gitignore Remove duplicate lines for the src/coreclr/debug folder exception in .gitignore (#49749) 2021-03-20 09:01:46 +01:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Fix .vsconfig (#56339) 2021-07-26 19:30:34 -06:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj React to MSBuild Traversal and NoTargets SDK updates (#52895) 2021-05-20 08:28:04 +02:00
build.sh Add windows support for build.sh (#94) 2019-11-18 16:41:36 +01:00
CODE-OF-CONDUCT.md Initial runtime repository structure 2019-11-14 01:26:19 +01:00
CONTRIBUTING.md Removing duplicated "and" (#52826) 2021-05-17 05:38:13 -07:00
Directory.Build.props Globally disable implicit namespaces (#56348) 2021-07-26 23:22:08 -07:00
Directory.Build.targets port system.diagnostics.performanceCounter (#55134) 2021-07-06 15:08:40 +02:00
Directory.Solution.props Fix solution restore in libraries (#38294) 2020-06-23 22:35:40 +02:00
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 Update SDK to 6.0 Preview 5 (#55283) 2021-07-22 12:27:11 -07: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 Add Csproj pack infra for packages with ref and runtime assemblies and symbols. (#54250) 2021-07-02 08:43:52 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Add "Help Wanted" badge (#50352) 2021-03-30 07:19:31 -04:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT More Parse tests for double, single and Half (#50394) 2021-06-22 01:22:30 +00: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.

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 use the following repos:

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

License

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