/// <inheritdoc/> public void ExposeResources(string rootPath, Assembly assembly, string resourceNamespace) { if (_resourcePaths.ContainsKey(rootPath)) { throw new AbpException("There is already an embedded resource with given rootPath: " + rootPath); } _resourcePaths[rootPath] = new EmbeddedResourcePathInfo(rootPath, assembly, resourceNamespace); }