Skip to content
New issue

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

XmlSerializer.Serialize doesn't work when using TrimMode=link #44772

Merged
merged 3 commits into from
Dec 4, 2020

Commits on Nov 16, 2020

  1. XmlSerializer.Serialize doesn't work when using TrimMode=link

    Make XmlSerializer work correctly with ILLinker trimming.
    
    1. Use constant BindingFlags to work around dotnet/linker#1617
    2. Annotate CodeGenerator.CreateTypeBuilder correctly to preserve base class members
    
    Fix dotnet#41389
    eerhardt committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    7673f70 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    2278b22 View commit details
    Browse the repository at this point in the history
  2. PR feedback.

    Fix ILLinker suppresions.
    eerhardt committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a5d416c View commit details
    Browse the repository at this point in the history