1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Experimenting with dotnet runtime.
Find a file
2022-11-23 11:59:22 -08:00
.config [main] Update dependencies from dotnet/llvm-project dotnet/xharness dotnet/roslyn (#78486) 2022-11-17 18:10:02 -05:00
.devcontainer Split Codespaces configuration based on development scenarios (#74683) 2022-09-20 11:24:04 -05:00
.github Introduce System.IO.Hashing and System.DateTime area labels (#78673) 2022-11-21 22:50:41 -05:00
docs Introduce System.IO.Hashing and System.DateTime area labels (#78673) 2022-11-21 22:50:41 -05:00
eng Update NugetPackagingVersion to 6.2.2 (#78720) 2022-11-23 11:21:40 +01:00
src Use ASCII strings in source files (#78265) 2022-11-23 11:59:22 -08:00
.clang-format
.dockerignore
.editorconfig Enable IDE0060 (Remove unused parameter) analyzer (#72667) 2022-11-08 14:05:34 +01:00
.gitattributes
.gitignore
.markdownlint.json
.vsconfig Update .vsconfig file (#77189) 2022-10-20 10:09:19 -07:00
build.cmd
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 Add reflection README.md's and update shared guidance docs (#76567) 2022-10-07 09:53:13 -05:00
Directory.Build.props Merge pull request #78077 from dotnet/LinkerIntoRuntime2 2022-11-16 14:12:48 -08:00
Directory.Build.targets source-build: support building runtime using non-portable runtime packages. (#75597) 2022-10-12 20:52:26 +02:00
Directory.Solution.props
dotnet.cmd
dotnet.sh
global.json [main] Update dependencies from dotnet/runtime dotnet/llvm-project dotnet/icu dotnet/xharness dotnet/emsdk dotnet/roslyn-analyzers dotnet/roslyn (#78314) 2022-11-16 19:58:31 +00: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 Use ASCII strings in source files (#78265) 2022-11-23 11:59:22 -08: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.