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/7.0] Make System.Transactions.Local trimmable on Windows (#75176) #75377

Merged
merged 1 commit into from
Sep 12, 2022

Commits on Sep 9, 2022

  1. Make System.Transactions.Local trimmable on Windows (dotnet#75176)

    * Make System.Transactions.Local trimmable on Windows
    
    Remove `IsTrimmable=false` from the project, so this assembly is still trimmed with `partial` trimming on Windows.
    
    Add a "LibraryBuild" ILLink warning, so when the distributed transaction code is not trimmed, the app developer gets a warning that it is not guaranteed to work.
    
    Fix dotnet#75031
    
    * Fix x86 build. Move the ILLink suppression to a method that is completely trimmed on x86.
    eerhardt committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3ed2540 View commit details
    Browse the repository at this point in the history