1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Add standalone GC out-of-date doc warning (#103023)

This commit is contained in:
Noah Falk 2024-06-04 00:27:51 -07:00 committed by GitHub
parent 9a3d45a66d
commit 7c0f62fabc
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,10 @@ Author: Sean Gillespie (@swgillespie) - 2017
This document aims to provide a specification for how a standalone GC is This document aims to provide a specification for how a standalone GC is
to be loaded and what is to happen in the case of version mismatches. to be loaded and what is to happen in the case of version mismatches.
**[Update June 2024] Warning** - The behavior described in this spec for how the CLR interprets environment variables
is out-of-date. See the [public documentation](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#standalone-gc)
if you want up-to-date instructions on how to configure standalone GC.
## Definitions ## Definitions
Before diving in to the specification, it's useful to precisely define Before diving in to the specification, it's useful to precisely define