Commit 3e316d4
committed
fix: improve dependency resolution for .NET Core assemblies
Enhanced the _get_reference_file function to handle scenarios where .NET Core loads framework assemblies from the shared runtime. Added logic to check for already loaded assemblies and return their locations, preventing potential loading conflicts.1 parent eb047a5 commit 3e316d4
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
183 | 193 | | |
184 | 194 | | |
185 | 195 | | |
| |||
0 commit comments