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:
parent
9a3d45a66d
commit
7c0f62fabc
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ Author: Sean Gillespie (@swgillespie) - 2017
|
|||
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.
|
||||
|
||||
**[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
|
||||
|
||||
Before diving in to the specification, it's useful to precisely define
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue