I have an assembly X that is referencing System.Interactive
and System.Reactive
from a lib folder.
Then I have assembly Y that is referencing X.
In X for both, System.Interactive
and System.Reactive
, 'Copy Local' is set to true.
In Y for X 'Copy Local' is set to true.
System.Reactive
and System.Interactive
are not in the GAC.
When I build Y, System.Interactive
and System.Reactive
are not copied to the output directory. Why?
Y does not inherit "copy local" options from X. If you want System.Interactive and System.Reactive to be deployed with Y, then reference them both from Y, and in Y mark them as "Copy Local = true".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With