VocaDB/ResXFileCodeGenerator

RootNamespace emtpy not supported

narcis-ro opened this issue · 2 comments

Setting RootNamespace to empty generates the resource manager basename starting with a dot.
That’s mainly because of this:

EmbeddedFilename = detectedNamespace + "." + classNameFromFileName;

Thanks, are you planning to make a pull request?

@ycanardeau created PR for it here: #11