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
Viktor Hofer 3b9b4fd5fc
Move portable RID graph into runtime and clean-up (#92211)
* Move portable RID graph into runtime and clean-up

1. Move portable RID graph into runtime
2. Allow updates to both the non-portable and portable RID graphs under
   source build.
3. Clean-up project and remove hacks

* Update README and delete test

* Fix RID graph update when the key already exists

* Update src/libraries/Microsoft.NETCore.Platforms/readme.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Update src/libraries/Microsoft.NETCore.Platforms/readme.md

Co-authored-by: Andy Gocke <angocke@microsoft.com>

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Andy Gocke <angocke@microsoft.com>
2023-09-19 23:29:29 +02:00
.config [main] Update dependencies from 10 repositories (#91498) 2023-09-14 23:19:17 +00:00
.devcontainer Improve DevContainer configuration for Codespaces (#91465) 2023-09-01 17:18:29 +02:00
.github [Mono] Update file owner for simd related files (#90807) 2023-08-23 13:38:39 -04:00
docs Correct naming of MonoEnableLLVM flag in Mono doc (#92265) 2023-09-19 12:40:32 -05:00
eng Move portable RID graph into runtime and clean-up (#92211) 2023-09-19 23:29:29 +02:00
src Move portable RID graph into runtime and clean-up (#92211) 2023-09-19 23:29:29 +02:00
.clang-format Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374) 2021-09-23 14:34:00 -07:00
.dockerignore Fix stress-http and stress-ssl builds on Linux (#49706) 2021-03-17 11:49:39 +01:00
.editorconfig Add newly introduced modifiers to our csharp_preferred_modifier_order editorconfig (#86668) 2023-06-09 10:23:37 -07:00
.gitattributes Treat *.lss files as plain text in .gitattributes (#90940) 2023-08-22 15:27:47 -06:00
.gitignore Convert CMakeSettings.json to CMakePresets.json for coreclr (#89513) 2023-08-07 10:08:23 -07:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Delete Windows arm32 support (#86065) 2023-05-10 20:02:38 -07:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj Copy local intellisense xmls for assemblies with source of truth. (#79134) 2023-02-01 14:29:00 -08: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 broken link in CONTRIBUTING.md (#87685) 2023-06-16 08:37:23 -04:00
Directory.Build.props Move portable RID graph into runtime and clean-up (#92211) 2023-09-19 23:29:29 +02:00
Directory.Build.targets Move portable RID graph into runtime and clean-up (#92211) 2023-09-19 23:29:29 +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 [main] Update dependencies from dotnet/runtime dotnet/emsdk dotnet/hotreload-utils dotnet/cecil dotnet/sdk dotnet/source-build-reference-packages (#92175) 2023-09-19 12:13:49 -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 [main] Update dependencies from 10 repositories (#90517) 2023-08-25 10:22:05 +02:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md better link to open new issues in other repos (#83839) 2023-03-23 14:56:07 -07:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Add SearchValues<string> (#88394) 2023-08-20 10:37:20 -07: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. We have links to many of them on our new issue page.

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