Commit d00a0a2
ILVerify: Use case-insensitive comparer for assembly binding cache (#132108)
ILVerify assembly binding should runtime assembly binding that is
case-insensitive.
This is fixing a non-obvious failure mode caused by mismatched casing
for `--system-module` ILVerify argument. We ended up loading the system
module multiple times with different casing.
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent cb0ca14 commit d00a0a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments