Commit df4c5e7
authored
[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`.1 parent f4e68b5 commit df4c5e7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments