Skip to content

Commit 1961f57

Browse files
committed
Set EnableTrimAnalyzer again in MVVM Toolkit
1 parent 15da57b commit 1961f57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CommunityToolkit.Mvvm/CommunityToolkit.Mvvm.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636

3737
<!-- Enable trimming support on .NET 6 -->
3838
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
39-
40-
<!-- Temporarily disabled as a workaround for https://github.com/dotnet/linker/issues/3032 -->
41-
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
39+
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
4240
<IsTrimmable>true</IsTrimmable>
4341
</PropertyGroup>
4442

0 commit comments

Comments
 (0)