Skip to content

Module packaging constraints (relationship between module definitions, assemblies, namespaces, index.razor etc) #4236

Discussion options

You must be logged in to vote

@lanthonyneville short answer, yes you can. One module set IModule should reside in it own namespace.
Multiple Modules->
namespace Mycompany.Module.ModuleSuite IModule -> ModuleInfo - Index; Edit; Settings
namespace Mycompany.Module.ModuleSuite.ModuleB IModule -> ModuleInfoB - Index; Edit; Settings
namespace Mycompany.Module.ModuleSuite.ModuleC IModule -> ModuleInfoC - Index; Edit; Settings

IModule is read at startup and the ModDefs created/updated

HTH

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lanthonyneville
Comment options

@sbwalker
Comment options

@sbwalker
Comment options

@lanthonyneville
Comment options

Answer selected by lanthonyneville
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants