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
2020-07-17 21:47:24 -07:00
.config [mono] Enable System.Runtime.Tests on Android (#36655) 2020-05-19 14:08:03 +03:00
.github Clean up text in config.yml issue template (#36529) 2020-05-15 10:48:15 -04:00
docs Minor documentation improvements (#36834) 2020-05-21 21:14:52 +01:00
eng Remove Microsoft.DotNet.PlatformAbstractions (#36707) 2020-05-21 21:40:51 -05:00
src current 2020-07-17 21:47:24 -07:00
tools-local Fixing tests on android. (#36788) 2020-05-21 12:29:14 +03:00
.dockerignore Update NCL stress infra for live-live builds (#896) 2019-12-17 02:39:15 +02:00
.editorconfig Fix argument exception warnings on runtime (#35717) 2020-05-15 16:55:30 -04:00
.gitattributes Update cmd and batch scripts to be crlf (#1336) 2020-01-06 16:02:52 -08:00
.gitignore Enable cross OS DBI build (#35021) 2020-04-17 15:58:26 -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 Move mobile AppBuilder & AOTCompiler projects into tools-local (#36478) 2020-05-15 13:36:11 -04: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 Update CONTRIBUTING.md (#33054) 2020-03-02 19:29:10 +01:00
Directory.Build.props Move mobile AppBuilder & AOTCompiler projects into tools-local (#36478) 2020-05-15 13:36:11 -04:00
Directory.Build.targets Enable dotnet test in libraries (#35285) 2020-05-04 11:57:51 +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/xharness (#36445) 2020-05-14 16:24:31 +02:00
LICENSE.TXT Initial runtime repository structure 2019-11-14 01:26:19 +01: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 Update docs links to 3.1 (#35309) 2020-04-23 09:52:53 -04:00
SECURITY.md Adding new MSRC portal details (#32652) 2020-02-21 12:59:34 -05:00
THIRD-PARTY-NOTICES.TXT Adding the support of reusing machine-wide credentials in the case where the machine is already domain-joined to the LDAP Server. (#36405) 2020-05-14 18:02:11 -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.