Skip to content

Instantly share code, notes, and snippets.

@brendanzagaeski
Created October 14, 2013 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendanzagaeski/6979843 to your computer and use it in GitHub Desktop.
Save brendanzagaeski/6979843 to your computer and use it in GitHub Desktop.
Preserve WebConfigurationHost constructors during linking
<linker>
<assembly fullname="System.Web">
<type fullname="System.Web.Configuration.WebConfigurationHost">
<method name=".ctor" />
</type>
</assembly>
</linker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment