-
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
BindingRedirects in paket reference? #958
Comments
That's a good idea. Currently it just blindly goes across every project. Perhaps this could be added to the paket.references file? |
That was my thinking, currently I use the auto generate *proj attribute for most projects. It's the web.config I want to transform. |
yes a switch in references file could be a nice way. |
Should the default be to assume "yes" and turn off in a specific .references file? e.g. solution with five projects. I want dependency redirected in 2 of those projects. Do you have in the references file that the redirect is "ON" in the files you want (and thus don't specify it in the dependencies file) or mark it in the dependencies file and then exclude from the other three projects? |
How about an extra option: "some" or something like that which would let us choose which projects to generate the binding redirects. This would mean existing Paket.dependencies file would be compatible. |
Don't understand 😊 example please From: Tony Williamsmailto:[email protected] How about an extra option: "some" or something like that which would let us choose which projects to generate the binding redirects. This would mean existing Paket.dependencies file would be compatible. Reply to this email directly or view it on GitHub: |
in paket.dependecies we could have
Something like that? |
Linked to #808 - adding this could solve the "what is a unit test project?" problem. |
you can set redirects from references files |
It would be nice to say which projects the generated redirects get applied to.
The text was updated successfully, but these errors were encountered: