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
Hi I am using the post build event to copy my modules to the main application project build directory in a modules folder as suggested.
I haven't seen anywhere where this has been discussed officially before, but would be good to get what the recommended approach would be for any of those modules dependent assemblies. For instance EntityFrameworkCore in my DataAccessModule.
I have searched the internet and it suggests copying those assemblies to the main projects build directory which will make it work. Previously I have also added all of those module assemblies to the shell project but that goes quite against the modular approach. Or potentially set the build directory for all projects to the main projects directory.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I am using the post build event to copy my modules to the main application project build directory in a modules folder as suggested.
I haven't seen anywhere where this has been discussed officially before, but would be good to get what the recommended approach would be for any of those modules dependent assemblies. For instance EntityFrameworkCore in my DataAccessModule.
I have searched the internet and it suggests copying those assemblies to the main projects build directory which will make it work. Previously I have also added all of those module assemblies to the shell project but that goes quite against the modular approach. Or potentially set the build directory for all projects to the main projects directory.
Beta Was this translation helpful? Give feedback.
All reactions