BerndNK/ResourceBridge

Web Examples and Namespace Collisions

Opened this issue · 0 comments

Can you provide an example with an actual MVC/Blazer application?

I am trying this out in an .NET 5.0 MVC application. My resource files are stored in a separate assembly (to be used for view model data annotations and fluent validation). I am injecting the generated ILocalizedWhateverResources (not a problem), but invoking the property getters is only returning the Resource Key, not the Resource Value.

Also, is there anyway to customize the output for namespaces? My concern is two different assemblies with resource file but with matching resource file names.