Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I don't know what version of Dotfuscator you're using, but it does seem that <a href="http://www.preemptive.com/support/dotfuscator-support/dotfuscator-pro-change-log/464" rel="nofollow noreferrer">at least as of 4.9.9000 they "know" about Portable Class Libraries</a>. If you aren't at that version and can't upgrade, you might need to <a href="http://www.preemptive.com/support/dotfuscator-support" rel="nofollow noreferrer">contact Dotfuscator support</a> to find out a solution. (<a href="https://stackoverflow.com/questions/16599185/unable-to-use-dotfuscator-with-application-referencing-microsoft-bcl-async">Another question of similar nature</a> also pointed to updating Dotfuscator as the answer.)</p> <p><a href="http://www.paraesthesia.com/archive/2013/03/29/portable-class-library-answers.aspx" rel="nofollow noreferrer">A similar sort of issue occurs with FxCop analysis and SecAnnotate.</a> To get around those issues with those tools, you need to tell them to ignore version information on certain assemblies (like System.Core and mscorlib). You may need to use an option like that on Dotfuscator if such a thing exists.</p> <p>PCL can also cause challenges on machines that don't have all the latest .NET patches. Make sure you're patched up.</p> <p>There is no plan to release an Autofac tailored just to .NET 4.x Autofac is a Portable Class Library so it can support multiple platforms without conditional compilation, making for easier testing and development. It switched away from platform-specific builds as of 3.0 and there's no plan to go back.</p> <p>If upgrading Dotfuscator and patching your machine doesn't fix the issue, your best bet is to find the Dotfuscator mechanism for ignoring assembly version.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload