Correctly display the GCSettings specified in the runtimeconfig json via the GC Configuration API Call #84201
Conversation
|
Tagging subscribers to this area: @dotnet/gc Issue DetailsFixes #84198 by honoring the user set TestingUsed the user's repro in the mentioned issue to confirm the issue is fixed. The output is:
|
|
are there any other settings which are not being reported? |
Fixed the general case where we are setting the updated value that's meant to be displayed via the API to be set to the value obtained by the Environment Variable or JSON Configuration. |
Fixes #84198 by honoring the user specified GC Configuration by appropriately setting the Configuration obtained from both the Environment Variables and the JSON Configuration.