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
Vladimir Sadov a3c1907117
Merge pull request #29 from VSadov/dictionary
NonBlocking Dictionary
2022-12-23 22:48:07 -08:00
.config [main] Update dependencies from 11 repositories (#56719) 2021-08-06 11:33:52 +02:00
.github Remove Jozkee from System.Text.Json (#56119) 2021-07-22 09:11:41 +01:00
docs Add reference assembly for System.Private.CoreLib.dll (#75311) 2022-09-13 13:27:18 -07:00
eng some improvements in concurrent dictionary 2022-12-23 22:47:23 -08:00
src use IsReferenceOrContainsReferences 2022-12-23 22:47:23 -08:00
.dockerignore Fix stress-http and stress-ssl builds on Linux (#49706) 2021-03-17 11:49:39 +01:00
.editorconfig Switch to using globalconfig instead of ruleset for analyzer configuration (#57144) 2021-08-10 16:15:57 -04:00
.gitattributes Find&Replace coreclr/src -> coreclr (#45761) 2020-12-08 10:40:17 -08:00
.gitignore Remove duplicate lines for the src/coreclr/debug folder exception in .gitignore (#49749) 2021-03-20 09:01:46 +01:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Remove executable bit from unrelated files (#57051) 2021-08-09 11:05:35 -04:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj Enable doc generation for source-build (#59937) 2021-10-04 10:42:08 -07: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 Removing duplicated "and" (#52826) 2021-05-17 05:38:13 -07:00
Directory.Build.props Add reference assembly for System.Private.CoreLib.dll (#75311) 2022-09-13 13:27:18 -07:00
Directory.Build.targets Make sure rid specific libs projs get packaged (#57193) 2021-08-11 12:50:46 +02: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 Update dependencies from https://github.com/dotnet/arcade build 20221012.3 (#77017) 2022-10-13 13:49:05 -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 Update dependencies from https://github.com/dotnet/emsdk build 20221013.1 (#77356) 2022-10-23 10:09:16 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Update README.md 2022-12-21 19:21:23 -08:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Code review feedback. Update licensing 2022-04-06 10:56:02 -07:00

Experimenting with dotnet runtime.

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