You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,3 @@ The change was made for two reasons:
74
74
75
75
* Doorstop does not need to pass any arguments anymore. Instead, Doorstop passes all the information via environment variables.
76
76
* CoreCLR does not support easy method searching using wildcards yet.
77
-
78
-
## *Possibly* breaking: `target_assembly` directory is now always added to mono search path
79
-
80
-
In UnityDoorstop 3.x, the tool only loaded the `target_assembly` and left any other assembly resolving to the target assembly code.
81
-
**Starting Doorstop 4, `target_assembly`'s parent directory is set to mono DLL search path.**
82
-
83
-
This means that any additional assemblies that are placed into the same directory as `target_assembly` will receive priority during assembly resolving.
84
-
Note that this option for now only affects UnityMono as there is no similar search path priority available via current CoreCLR C hosting API.
0 commit comments