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
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
We should be able to do this unconditionally on Windows (I can't think of any cases where you'd want a system DLL to override an explicitly user-provided one), which would remove the need for the example setup.ps1 file as well.
In #3032 we attempted to address a timing issue with
KnownDlloverrides. There might be a better way by using.localfiles: https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-redirection#how-to-redirect-dlls-for-unpackaged-appsWe should be able to do this unconditionally on Windows (I can't think of any cases where you'd want a system DLL to override an explicitly user-provided one), which would remove the need for the example
setup.ps1file as well.#AB152694