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-02-20 10:21:24 -08:00
.config Delete System.Data.SqlClient package (#2275) 2020-02-05 10:51:03 -08:00
.github Update CODEOWNERS and scripts (#32251) 2020-02-13 15:29:41 -08:00
docs Ensure ActiveIssue attribute is only used with issue links (#32535) 2020-02-19 08:58:17 -05:00
eng [mono][xunit tests] Move skipped tests out of rsp file (#2087) 2020-02-18 19:57:50 +01:00
src Move System.Net.Quic to internal shared source (#32549) 2020-02-20 10:21:24 -08:00
tools-local typo - removed unneeded word in a comment (#2331) 2020-01-29 08:45:30 -08:00
.dockerignore Update NCL stress infra for live-live builds (#896) 2019-12-17 02:39:15 +02:00
.editorconfig Add vbproj to .editorconfig (#1354) 2020-01-07 08:39:01 -08:00
.gitattributes Update cmd and batch scripts to be crlf (#1336) 2020-01-06 16:02:52 -08:00
.gitignore [mono] Improve mono.proj, auto-detect build configurations (#31739) 2020-02-06 18:34:16 +03:00
.vsconfig Initial runtime repository structure 2019-11-14 01:26:19 +01:00
build.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06: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 Remove links to issues in old repositories 2020-02-12 13:44:47 +01:00
coreclr.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06:00
coreclr.sh Add convenience scripts coreclr.sh / cmd for local user workflow (#81) 2019-11-17 17:12:42 -08:00
Directory.Build.props Local live builds not picking up runtime config (#2093) 2020-01-30 16:35:27 -08:00
Directory.Build.targets Local live-live builds (#494) 2019-12-13 10:30:58 -08: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 used in global.json. (#32189) 2020-02-19 00:23:50 -08:00
installer.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06:00
installer.sh Initial runtime repository structure 2019-11-14 01:26:19 +01:00
libraries.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06:00
libraries.sh Initial runtime repository structure 2019-11-14 01:26:19 +01:00
LICENSE.TXT Initial runtime repository structure 2019-11-14 01:26:19 +01:00
mono.cmd Make Mono build in dotnet/runtime 2020-01-18 18:00:01 +01:00
mono.sh Make Mono build in dotnet/runtime 2020-01-18 18:00:01 +01:00
NuGet.config Libraries testing (#178) 2019-11-21 23:13:26 +01:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Fixed ASP.NET Core links in Readme (#32139) 2020-02-11 15:05:35 -08:00
SECURITY.md Initial runtime repository structure 2019-11-14 01:26:19 +01:00
THIRD-PARTY-NOTICES.TXT Add recently added entries for THIRD-PARTY-NOTICES (#54) 2019-11-14 16:44:46 -08:00

.NET Runtime

Build Status Gitter

This repo contains the code to build the .NET Core runtime, libraries and shared host (dotnet) installers for all supported platforms, as well as the sources to .NET Core runtime and libraries.

What is .NET Core?

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 Core runtime and libraries.

For other issues, please use the following repos:

.NET Foundation

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