Replies: 2 comments 3 replies
-
I went on and created a local nuget source, and consumed nuget packages instead of raw DLL. Still curious though... |
Beta Was this translation helpful? Give feedback.
2 replies
-
You need to either reference the module's nuget or reference module's project to main app to work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I expected that upon building a OrchardCore module/theme, I would simply need to reference the DLL in my startup project instead of the csproj, and all should work fine. Although the dll is copied into the outpub
bin
folder, the module/theme/features aren't available in OrchardCore. What am I missing?Beta Was this translation helpful? Give feedback.
All reactions