We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3d45a commit 7c0f62fCopy full SHA for 7c0f62f
docs/design/features/standalone-gc-loading.md
@@ -5,6 +5,10 @@ Author: Sean Gillespie (@swgillespie) - 2017
5
This document aims to provide a specification for how a standalone GC is
6
to be loaded and what is to happen in the case of version mismatches.
7
8
+**[Update June 2024] Warning** - The behavior described in this spec for how the CLR interprets environment variables
9
+is out-of-date. See the [public documentation](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#standalone-gc)
10
+if you want up-to-date instructions on how to configure standalone GC.
11
+
12
## Definitions
13
14
Before diving in to the specification, it's useful to precisely define
0 commit comments