Skip to content

Commit 7c0f62f

Browse files
authored
Add standalone GC out-of-date doc warning (dotnet#103023)
1 parent 9a3d45a commit 7c0f62f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/design/features/standalone-gc-loading.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Author: Sean Gillespie (@swgillespie) - 2017
55
This document aims to provide a specification for how a standalone GC is
66
to be loaded and what is to happen in the case of version mismatches.
77

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+
812
## Definitions
913

1014
Before diving in to the specification, it's useful to precisely define

0 commit comments

Comments
 (0)