We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Notes:
Repro:
~/Web.config
Expected:
The <assemblyBinding> element keeps its attribute:
<assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" /> ...
Actual:
The <assemblyBinding> element loses its attribute:
<assemblyBinding> <dependentAssembly> <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" /> ...
On some setups, it causes a "server error" and the website becomes inaccessible.
Workaround:
xmlns="urn:schemas-microsoft-com:asm.v1"
The text was updated successfully, but these errors were encountered:
napernik
No branches or pull requests
Notes:
Repro:
~/Web.config
.~/Web.config
with the copy frm Step 1Expected:
The
<assemblyBinding>
element keeps its attribute:Actual:
The
<assemblyBinding>
element loses its attribute:On some setups, it causes a "server error" and the website becomes inaccessible.
Workaround:
xmlns="urn:schemas-microsoft-com:asm.v1"
The text was updated successfully, but these errors were encountered: