Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to merge resources files while duplicate Resources classes can be merged with /union #153

Open
lextm opened this issue Apr 16, 2016 · 1 comment

Comments

@lextm
Copy link

lextm commented Apr 16, 2016

If two assemblies happen to use the same default namespace, their resources.resx files will generate two Resources classes which can be merged by using /union switch.

However, the generated .resources in both assemblies after merge won't be able to be merged together. /allowduplicateresources switch only leaves two .resources in the output assembly, and it does not help at all.

@gluck
Copy link
Owner

gluck commented Apr 18, 2016

Sounds fair, we should merge the binary resources as well.
To support this properly, one shouldn't have to enable /union, as the scope of this conf is too wide, I'd think to automatically merge resources with same name, it can't hurt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants