1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00
Experimenting with dotnet runtime.
Find a file
Eirik Tsarpalis f8871cb07e
Move FabricBot rules to Config-As-Code (#62297)
* Move FabricBot rules to Configuration-As-Code

* Update docs/infra/automation.md

Co-authored-by: Dan Moseley <danmose@microsoft.com>

* update FabricBot dump to most recent version

Co-authored-by: Dan Moseley <danmose@microsoft.com>
2021-12-06 12:24:17 +00:00
.config [main] Update dependencies from dotnet/arcade dotnet/xharness dotnet/runtime-assets (#62331) 2021-12-03 11:56:45 -05:00
.devcontainer Add .runsettings file to be able to run and debug tests on vscode in codespace with prebuilt (#61684) 2021-11-16 14:34:52 -08:00
.github Move FabricBot rules to Config-As-Code (#62297) 2021-12-06 12:24:17 +00:00
docs Move FabricBot rules to Config-As-Code (#62297) 2021-12-06 12:24:17 +00:00
eng [wasm] Re-enable windows wasm AOT tests (#62352) 2021-12-04 20:15:39 -05:00
src force versioned dotnet.d.ts to always have unix style end of line (#62418) 2021-12-06 10:34:16 +01: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 Prefer readonlyspan properties over readonly array fields (#59670) 2021-09-29 09:42:02 -04:00
.gitattributes force versioned dotnet.d.ts to always have unix style end of line (#62418) 2021-12-06 10:34:16 +01:00
.gitignore [Wasm] JS modularization (#61313) 2021-12-02 10:38:00 +01:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Removed two unused packages from .vsconfig (#60798) 2021-11-02 17:40:45 +01:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj React to MSBuild Traversal and NoTargets SDK updates (#52895) 2021-05-20 08:28:04 +02: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 Add issue reporting guidelines to CONTRIBUTING.md (#60142) 2021-10-08 17:16:41 +01:00
Directory.Build.props Update previous netcoreapp version to run API Compat against 6.0 ref pack (#61437) 2021-12-04 10:28:33 -06:00
Directory.Build.targets Enable running analyzers on DllImportGenerator and Microsoft.Interop.SourceGeneration (#59683) 2021-09-27 17:40:23 -07: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/arcade dotnet/xharness dotnet/runtime-assets (#62331) 2021-12-03 11:56:45 -05: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 Undo solution and config changes from DllImportGenerator (#60481) 2021-10-15 11:06:12 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Corrected link to .NET Foundation discussions, normalized links to use https. (#60867) 2021-10-27 06:48:46 -04:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT - reimplementation of BrowserWebSocket (#58199) 2021-09-18 17:40:21 +02: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.

  • Contributing explains what kinds of contributions we welcome

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 Discussions

License

.NET (including the runtime repo) is licensed under the MIT license.