Commit 51337c8
Remove COMPLUS_* environment variable references (#5714)
Minimum supported runtime is now .NET 8, so `COMPLUS_*` env var
fallbacks are unnecessary — all config uses `DOTNET_*`.
- **`ProcessRunner.WithRuntimeConfiguration`**: Remove `COMPlus_`
fallback (the existing comment explicitly called for this)
- **`documentation/FAQ.md`**: Remove stale note about .NET 6 requiring
`COMPlus_` prefix
Files in `src/shared/` (`clrconfignocache.h`, `resource.h`) are synced
from dotnet/runtime and left unchanged — `BFA_BAD_COMPLUS_SIG` refers to
COM+ metadata signatures, not env vars.
<!-- START COPILOT CODING AGENT TIPS -->
---
✨ Let Copilot coding agent [set things up for
you](https://github.com/dotnet/diagnostics/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: max-charlamb <44248479+max-charlamb@users.noreply.github.com>1 parent 553a5f3 commit 51337c8
File tree
2 files changed
+2
-4
lines changed- documentation
- src/Microsoft.Diagnostics.TestHelpers
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | 125 | | |
127 | | - | |
128 | | - | |
| 126 | + | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
0 commit comments