ILMerge and localized resource assemblies

后端 未结 3 386
情话喂你
情话喂你 2021-01-02 02:26

We have an application whose structure when compiled looks something like this:

  • Foo
    • nb-NO
      • Text.resources.dll
相关标签:
3条回答
  • 2021-01-02 03:12

    According to one of the comments here, if you're willing to give up intellisense, or perhaps maintain separate parallel msbuild files, you can make your DLLs "netmodules" This 0f course assumes you have the source code to your DLLs.

    0 讨论(0)
  • 2021-01-02 03:24

    I asked my own variant of this question and eventually got/implemented an answer: Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

    Hope this helps.

    0 讨论(0)
  • 2021-01-02 03:26

    Disclaimer: I work for the company that makes Dotfuscator.

    There may be other alternatives out there that I am not aware of but I am pretty sure ILMerge does not do this.

    An alternative would be to use Dotfuscator Pro, a commercial product that I know for certain will correctly link together assemblies and does correctly link any satellite resource assemblies for the set of input assemblies. A free trial is available so that you can test it out and make sure it works in your specific scenario.

    0 讨论(0)
提交回复
热议问题