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
2023-01-09 14:42:20 -08:00
.config Update dependencies from https://github.com/dotnet/xharness build 20220811.1 (#73846) 2022-08-12 21:24:42 +02:00
.devcontainer Add the GitHub CLI to the Codespaces container (#72287) 2022-07-15 21:27:22 -04:00
.github Update fabricbot config per dotnet/fabricbot-config#59 (#73207) 2022-08-02 09:19:06 -07:00
docs [release/7.0] JIT: Simplify JitDisasm matching behavior and support namespaces/generics in release (#75260) 2022-09-08 10:27:43 -07:00
eng some improvements in concurrent dictionary 2023-01-09 14:10:50 -08:00
src fixes after rebase 2023-01-09 14:42:20 -08: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
.dockerignore Fix stress-http and stress-ssl builds on Linux (#49706) 2021-03-17 11:49:39 +01:00
.editorconfig [automated] Merge branch 'release/7.0-rc2' => 'release/7.0' (#75913) 2022-09-26 11:41:20 -07:00
.gitattributes [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.gitignore [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Removed two unused packages from .vsconfig (#60798) 2021-11-02 17:40:45 +01:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj Fix source build problem with missing intellisense xmls (#75985) 2022-09-21 19:02:21 -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 Rename 'up-for-grabs' label to 'help wanted' (#73810) 2022-08-12 13:20:59 -06:00
Directory.Build.props [release/7.0] source build backports (#78395) 2022-11-18 07:35:22 -08:00
Directory.Build.targets [release/7.0] source build backports (#78395) 2022-11-18 07:35:22 -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 Update dependencies from https://github.com/dotnet/arcade build 20221122.6 (#78830) 2023-01-05 10:22:26 -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 Update dependencies from https://github.com/dotnet/emsdk build 20221208.1 (#79420) 2023-01-05 10:49:08 -08:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Update README.md 2023-01-06 15:02:08 -08:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Update zlib, zlib-intel dependencies (#73082) 2022-08-02 16:27:08 -07:00

Experimenting with dotnet runtime.

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