Skip to content

Commit aac556b

Browse files
authored
Add slight clarification about IsTrimmable metadata (#42317)
1 parent 99f36d9 commit aac556b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/deploying/trimming/trimming-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Place this setting in the project file to ensure that the setting applies during
2727

2828
:::zone pivot="dotnet-8-0,dotnet-7-0"
2929

30-
This setting enables trimming and trims all assemblies by default. In .NET 6, only assemblies that opted-in to trimming via `[AssemblyMetadata("IsTrimmable", "True")]` were trimmed by default. You can return to the previous behavior by using `<TrimMode>partial</TrimMode>`.
30+
This setting enables trimming and trims all assemblies by default. In .NET 6, only assemblies that opted-in to trimming via `[AssemblyMetadata("IsTrimmable", "True")]` (added in projects that set `<IsTrimmable>true</IsTrimmable>`) were trimmed by default. You can return to the previous behavior by using `<TrimMode>partial</TrimMode>`.
3131

3232
:::zone-end
3333

0 commit comments

Comments
 (0)