BerndNK/ResourceBridge

Namespace issue

Opened this issue · 0 comments

As far as I can tell this only works with IStringLocalizer when the resx files are in an "BridgeSource" folder. The reason is that the source generator creates the class BridgeSource.Strings (my resource file is called Strings.resx). And then I have to use IStringLocalizer<BridgeSource.Strings> and that means it looks for resources with Base.Name.Space.BridgeSource.Strings....

This is not a problem but it would be nice if it were mentioned in the Readme.