Skip to content

Conversation

@jonathanpeppers
Copy link
Member

Context: dotnet/android#5638
Context: dotnet/android#5879

Going forward in .NET 6, we shouldn't use the %(IsTrimmable)
metadata anymore, but use the following C# attribute in each assembly
instead:

[assembly: AssemblyMetadata ("IsTrimmable", "True")]

Similar changes on the iOS side here:

dotnet/macios@289053b

This adds AssemblyMetadataAttribute for Java.Interop.dll.

Context: dotnet/android#5638
Context: dotnet/android#5879

Going forward in .NET 6, we shouldn't use the `%(IsTrimmable)`
metadata anymore, but use the following C# attribute in each assembly
instead:

    [assembly: AssemblyMetadata ("IsTrimmable", "True")]

Similar changes on the iOS side here:

dotnet/macios@289053b

This adds `AssemblyMetadataAttribute` for `Java.Interop.dll`.
@jonpryor jonpryor merged commit df4c5e7 into main Apr 29, 2021
@jonpryor jonpryor deleted the runtime-pack-assemblies-trimmable branch April 29, 2021 23:19
@jpobst jpobst added this to the 11.4 (16.11 / 8.11) milestone May 5, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants