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
Youssef Victor 5d5c3e7a58
Enable markdownlint rule (MD009) (#40887)
* Create markdownlint.yml

* Create markdownlint-problem-matcher.json

* Create .markdownlint.json

* Update .markdownlint.json

* fix violations

* fixes

* Remove "push" section

As advised by @viktorhofer so it's quite clear it only runs in CI.

Co-authored-by: Dan Moseley <danmose@microsoft.com>
2021-02-08 10:43:40 -08:00
.config [master] Update dependencies from dotnet/xharness dotnet/runtime-assets dotnet/arcade (#47797) 2021-02-04 15:42:19 +01:00
.github Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
docs Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
eng [master] Update dependencies from mono/linker (#47857) 2021-02-08 14:40:06 +01:00
src Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
tools-local/dotnet-deb-tool Move msbuild tasks into src folder and delete dead code (#45722) 2020-12-08 13:31:52 +01:00
.dockerignore Networking stress tests moved out of Hosted pool (#35011) 2020-06-18 13:50:09 +02:00
.editorconfig Remove extra space (#47166) 2021-01-19 15:55:21 -05:00
.gitattributes Find&Replace coreclr/src -> coreclr (#45761) 2020-12-08 10:40:17 -08:00
.gitignore December infra rollout - remove duplicated 'src' from coreclr subrepo (src/coreclr/src becomes src/coreclr) (#44973) 2020-12-08 03:19:44 +01:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Revert "Fixed failing build with -allconfigurations by adding dependency to .vsconfig (#37555)" (#43278) 2020-10-11 19:00:40 +02:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj Switch to new Microsoft.DotNet.SharedFramework.Sdk and refactor Host/Installer build subsets (#38457) 2020-11-13 01:50:31 +00: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 Find&Replace coreclr/src -> coreclr (#45761) 2020-12-08 10:40:17 -08:00
Directory.Build.props Remove the src/mono/netcore directory, move its contents to src/mono. (#47847) 2021-02-04 18:59:14 -05:00
Directory.Build.targets Glob include files based on project extension (VS) (#46702) 2021-01-07 17:20:13 -08: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 Single Transport Package for aspnetcore (#47684) 2021-02-08 00:03:31 -08: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 Add rich nav specific pipeline to enable Rich Navigation (#43374) 2021-02-03 12:20:06 -08:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Add link to Discord server to README.md (#43926) 2020-10-27 17:00:03 -07:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Added C# implementation of System.Math.ScaleB and System.MathF.ScaleB… (#42476) 2021-01-25 22:11:45 +00:00

.NET Runtime

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

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.