Skip to content

Make System.Transactions.Local trimmable - #74828

Merged
radekdoulik merged 1 commit into
dotnet:mainfrom
radekdoulik:pr-trimmable-System.Transactions.Local-on-non-windows-platforms
Aug 31, 2022
Merged

Make System.Transactions.Local trimmable#74828
radekdoulik merged 1 commit into
dotnet:mainfrom
radekdoulik:pr-trimmable-System.Transactions.Local-on-non-windows-platforms

Conversation

@radekdoulik

Copy link
Copy Markdown
Member

On other target platforms than windows.

This fixes#74506

The reason to make it non-trimmable is that it uses COM interop
on windows. So we can make it trimmable again on other target platforms.
#74506 (comment)

On other target platforms than windows.
This fixesdotnet#74506
The reason to make it non-trimmable is that it uses COM interop
on windows. So we can make it trimmable again on other target platforms.
dotnet#74506 (comment)
@radekdoulik
radekdoulik merged commit 104fe14 into dotnet:mainAug 31, 2022
@lewing

Copy link
Copy Markdown
Member

The change is in 7.0 correct? If so we should backport this to release/7.0

@lewing

Copy link
Copy Markdown
Member

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/2980478924

@ghostghost locked as resolved and limited conversation to collaborators Oct 2, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[wasm] Size regression

4 participants

@radekdoulik@lewing@roji@jkotas