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
dotnet-maestro[bot] 89a9744d27
[release/9.0] Update dependencies from dotnet/roslyn (#107612)
* Update dependencies from https://github.com/dotnet/roslyn build 20240910.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24458.2 -> To Version 4.12.0-3.24460.1

* Update dependencies from https://github.com/dotnet/roslyn build 20240911.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24460.1 -> To Version 4.12.0-3.24461.1

* Update dependencies from https://github.com/dotnet/roslyn build 20240912.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24461.1 -> To Version 4.12.0-3.24462.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240913.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24462.2 -> To Version 4.12.0-3.24463.1

* Update dependencies from https://github.com/dotnet/roslyn build 20240913.9

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.12.0-3.24463.1 -> To Version 4.12.0-3.24463.9

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-09-16 16:49:38 -06:00
.config Update dependencies from https://github.com/dotnet/xharness build 20240805.1 (#106128) 2024-08-08 12:47:10 -05:00
.devcontainer Fix codespaces build by bumping clang llvm (#105385) 2024-07-24 11:20:32 +02:00
.github [release/9.0-rc1] Add workflow file for interbranch merging (#106614) 2024-08-19 10:37:01 -07:00
docs [release/9.0] Fix a case in MethodImpl overriding which wasn't handled as expected in ilc.exe for native aot (#107409) 2024-09-05 14:37:15 -07:00
eng [release/9.0] Update dependencies from dotnet/roslyn (#107612) 2024-09-16 16:49:38 -06:00
src needed a couple of small fixes to previous instru PR (#107888) 2024-09-16 15:49:03 -07: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
.clang-tidy Move JIT's clang-tidy flags into configuration files and add a root clang-tidy config that disables all checks. (#93951) 2023-10-25 15:16:22 -07:00
.CodeQL.yml Move CodeQL config file to root (#99575) 2024-03-11 21:31:02 -07:00
.dockerignore [HTTP/SSL] Fix stress (#93135) 2023-10-09 11:54:41 +02:00
.editorconfig Set csharp_indent_case_contents_when_block to false (#103091) 2024-06-13 14:14:47 -07:00
.gitattributes Update .gitattributes (#100736) 2024-05-22 09:50:38 -07:00
.gitignore Add the autocreated .mono/ folder to .gitignore (#102054) 2024-05-14 20:49:43 -06:00
.markdownlint.json
.vsconfig Bump Windows SDK version in .vsconfig (#103217) 2024-06-10 07:09:34 -07:00
build.cmd
Build.proj Update unified build controls (#98330) 2024-02-15 18:48:18 +01:00
build.sh
CODE-OF-CONDUCT.md
CONTRIBUTING.md Add cross-linking between files (#105884) 2024-08-02 13:10:19 -07:00
Directory.Build.props Fix UseCompilerGeneratedDocXmlFile default value (#106179) 2024-08-10 16:24:29 +02:00
Directory.Build.rsp Disable msbuild terminal logger (#97309) 2024-01-22 13:08:28 -05:00
Directory.Build.targets Remove unnecessary ref source projects from Microsoft.Bcl packages (#105312) 2024-07-23 18:15:33 +02:00
Directory.Solution.props
dotnet.cmd
dotnet.sh
github-merge-flow.jsonc Add inter branch merge flow configs for 9.0 RC branches (#106425) 2024-08-14 17:39:36 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20240909.6 (#107611) 2024-09-12 14:15:48 -06:00
LICENSE.TXT
NuGet.config Remove dotnet8 feeds from NuGet.config (#95860) 2023-12-15 23:25:08 +01:00
PATENTS.TXT
README.md Link to general support page from repo readme (#104188) 2024-06-29 15:57:56 -07:00
SECURITY.md
THIRD-PARTY-NOTICES.TXT cgmanifest.json, zlib-ng-version.txt, THIRD-PARTY-NOTICES.TXT updates. 2024-09-05 08:23:41 -07:00

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