-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirects for assemblies in the GAC are removed by paket #1574
Comments
When is that happening? Can you provide a repro sample? /cc @isaacabraham
|
|
AFAIK we should not touch GAC references in the redirects. // @mrinaldi |
mhm. I tried to reproduce in b099dfe, but test is green. What am I missing? |
You are doing a |
@theimowski are we doing something special in that command? @freeranger can you reset the config files after conversion and rerun install? Does this keep the entries? |
@forki yes, if I re-add them after conversion then they are preserved |
Ok so it's something we do in convert.
|
|
Mhm I guess it's the --hard flag. But I think it should not remove GAC stuff, right? |
Can't tell for sure @isaacabraham |
ok confirmed. it's the --hard flag |
Thanks for the quick turnaround fellas - works like a charm now 👍 |
Description
I have a solution which needs this redirect:
Which is being removed by paket.
System.Web.Extensions is in the GAC.
I would expect paket to leave along any redirects for GAC registered assemblies by default or at least provide a configuration option where we can specify the redirects we want to keep
The text was updated successfully, but these errors were encountered: