1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00
Experimenting with dotnet runtime.
Find a file
dotnet-maestro[bot] 4279ed3ec9
Update dependencies from https://github.com/dotnet/sdk build 20250411.33 (#114613)
Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.ApiCompat.Task
 From Version 9.0.105-servicing.25164.42 -> To Version 9.0.106-servicing.25211.33

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
2025-04-14 13:21:11 -06:00
.config [release/9.0-staging] Update dependencies from dotnet/xharness (#114318) 2025-04-11 11:22:42 -07:00
.devcontainer
.github Bring back yml necessary change types in label checkers (#114166) 2025-04-02 14:20:57 -06:00
docs Update Azure Linux tag names (#110341) 2024-12-03 10:36:05 -08:00
eng Update dependencies from https://github.com/dotnet/sdk build 20250411.33 (#114613) 2025-04-14 13:21:11 -06:00
src [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to osx.14.arm64.open and osx.15.amd64.open queues (#114617) 2025-04-14 17:58:18 +02:00
.clang-format
.clang-tidy
.CodeQL.yml
.dockerignore
.editorconfig
.gitattributes
.gitignore Ignore *.pp files in .gitignore (#109003) 2024-10-17 18:12:40 -06:00
.markdownlint.json
.vsconfig
build.cmd
Build.proj
build.sh
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 (#109789) 2024-11-14 13:00:03 -08:00
Directory.Build.rsp
Directory.Build.targets Port NuGet Audit back to 9.0 (#108854) 2024-10-16 08:16:02 -07:00
Directory.Solution.props
dotnet.cmd
dotnet.sh
github-merge-flow.jsonc
global.json [release/9.0-staging] Update dependencies from dotnet/arcade (#114296) 2025-04-11 11:22:28 -07:00
LICENSE.TXT
NuGet.config Update dependencies from https://github.com/dotnet/sdk build 20250411.33 (#114613) 2025-04-14 13:21:11 -06:00
PATENTS.TXT
README.md
SECURITY.md
THIRD-PARTY-NOTICES.TXT

.NET Runtime

Build Status Help Wanted Good First Issue 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 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 the 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.