You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[One .NET] specify AssemblyMetadataAttribute for IsTrimmable (#828)
Context: dotnet/android#5638
Context: dotnet/android#5879
Going forward in .NET 6, we shouldn't use the `%(IsTrimmable)`
metadata anymore, but instead use the following C# attribute in
each assembly for which linking/"trimming" is supported:
[assembly: AssemblyMetadata ("IsTrimmable", "True")]
Similar changes on the iOS side here:
* dotnet/macios@289053b
Add `AssemblyMetadataAttribute` to `Java.Interop.dll`.
0 commit comments