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
Youssef Victor d14b50ae21
Fix trailing whitespaces (#40891)
* Trim trailing whitespaces

* Match raw with rendered

* Delete extra asterisks and |

* Update ELT Hooks - tail calls.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-08-19 17:29:01 -07:00
.config WASM: Pump timer queue in xharness when running unit tests (#40278) 2020-08-04 11:39:15 +02:00
.github Add GitHub Action for backporting PRs to branches (#40955) 2020-08-19 00:44:50 +02:00
docs Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
eng Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
src Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
tools-local Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
.dockerignore Networking stress tests moved out of Hosted pool (#35011) 2020-06-18 13:50:09 +02:00
.editorconfig CI Integration for Cross OS DAC (#39574) 2020-07-22 03:15:11 -07:00
.gitattributes Update cmd and batch scripts to be crlf (#1336) 2020-01-06 16:02:52 -08:00
.gitignore [mono] Adjust wasm gitignore and Makefile (#40797) 2020-08-13 20:55:44 -04:00
.vsconfig Initial runtime repository structure 2019-11-14 01:26:19 +01:00
build.cmd fix build.ps1 script execution error on cmd due to whitespace (#35554) 2020-04-28 20:28:23 +02:00
Build.proj Fixing the allconfig build. (#40812) 2020-08-14 18:28:46 -07: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 Fix a few more license headers (#38973) 2020-07-09 11:32:01 -04:00
Directory.Build.props [wasm] Add Timezone data generator as build task (#39913) 2020-08-15 13:47:47 -04:00
Directory.Build.targets Update analyzers and various fixes to be able to build with latest RC1 SDK (#40796) 2020-08-15 00:13:44 +00: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 [master] Update dependencies from dotnet/arcade mono/linker dotnet/llvm-project dotnet/xharness dotnet/icu (#40376) 2020-08-13 08:09:50 +00: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 Feed cleanup (#34044) 2020-04-07 10:01:44 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Add a front page link to download daily builds (#37322) 2020-06-02 22:44:32 -04:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Vxsort (#37159) 2020-07-15 13:57:01 -07:00

.NET Runtime

Build Status Gitter

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.