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

[release/6.0-rc2] XmlSerializer support for IsDynamicCodeSupported=false #59507

Merged
merged 5 commits into from
Sep 24, 2021

Commits on Sep 23, 2021

  1. XmlSerializer support for IsDynamicCodeSupported=false

    Add more checks to XmlSerializer to check the SerializationMode. Don't try to use Reflection.Emit if the SerializationMode is ReflectionOnly.
    
    These changes were ported from
    * dotnet/runtimelab#593
    * dotnet/runtimelab#600
    
    Fix #59167
    eerhardt authored and github-actions committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fd5a47d View commit details
    Browse the repository at this point in the history
  2. Fix a bug in XmlSerializer.CanDeserialize when in ReflectionOnly mode.

    eerhardt authored and github-actions committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9369394 View commit details
    Browse the repository at this point in the history
  3. Port UAP code for CanDeserialize

    eerhardt authored and github-actions committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c750e18 View commit details
    Browse the repository at this point in the history
  4. PR feedback

    eerhardt authored and github-actions committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    30ae009 View commit details
    Browse the repository at this point in the history
  5. Add a linker test to ensure linker option '--enable-opt sealer' works…

    … when IsDynamicCodeSupported==false.
    eerhardt authored and github-actions committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0fd0454 View commit details
    Browse the repository at this point in the history