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
2025-06-04 14:17:45 -07:00
.config Update dependencies from https://github.com/dotnet/xharness build 20250409.2 (#114612) 2025-04-14 13:51:51 -06:00
.devcontainer Fix codespaces build by bumping clang llvm (#105385) 2024-07-24 11:20:32 +02:00
.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 some improvements in concurrent dictionary 2025-05-12 23:40:21 -07:00
src Make ByRefWriteBarrier to use the same call convention as in standard GC for R2R compatibility. (#56) 2025-06-04 14:17:45 -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 Ignore *.pp files in .gitignore (#109003) 2024-10-17 18:12:40 -06:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Bump Windows SDK version in .vsconfig (#103217) 2024-06-10 07:09:34 -07:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj Update unified build controls (#98330) 2024-02-15 18:48:18 +01: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 cross-linking between files (#105884) 2024-08-02 13:10:19 -07:00
Directory.Build.props Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 (#109789) 2024-11-14 13:00:03 -08:00
Directory.Build.rsp Disable msbuild terminal logger (#97309) 2024-01-22 13:08:28 -05:00
Directory.Build.targets Port NuGet Audit back to 9.0 (#108854) 2024-10-16 08:16:02 -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
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 [release/9.0-staging] Update dependencies from dotnet/arcade (#114296) 2025-04-11 11:22:28 -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 [release/9.0] Update dependencies from dotnet/emsdk (#114702) 2025-05-12 11:05:33 -05:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Update README.md 2025-05-12 23:37:28 -07:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT cgmanifest.json, zlib-ng-version.txt, THIRD-PARTY-NOTICES.TXT updates. 2024-09-05 08:23:41 -07:00

Experimenting with dotnet runtime.

Once in a while I have an idea and I want to give it a try.