You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automatic binding redirection feature affects desktop apps that target .NET Framework 4.5.1 or a later version. If you haven't explicitly enabled or disabled autogenerated binding redirection and you upgrade an existing project, the feature is automatically enabled.
Thank you.
The text was updated successfully, but these errors were encountered:
glaporte-ubisoft
changed the title
Configuration default options not serialized
Configuration default tagged option is not serialized
Dec 15, 2022
Hello,
I want to generate a csproj containing:
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
i try by doing this
By the way it is not serialized, because this option is tagged with Default attribute (i guess). (If i put Enabled it is serialized)
Moreover the default option should be true since recently (https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/how-to-enable-and-disable-automatic-binding-redirection)
Thank you.
The text was updated successfully, but these errors were encountered: