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
Disable shadow copying of assemblies in .NET 4.6.x
On Windows this seems to default to true, and it causes issues as the `Location`
attribute of our assemblies intead points to the cached assembly. Unfortunately,
we use this attribute to find e.g. the PSReadLine module. So we disable shadow
copying of assemblies.
This is not applicable to .NET Core.
0 commit comments