We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c5bf9c + 5e218b7 commit 95c30faCopy full SHA for 95c30fa
CommunityToolkit.Mvvm/CommunityToolkit.Mvvm.csproj
@@ -36,10 +36,8 @@
36
37
<!-- Enable trimming support on .NET 6 -->
38
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
39
+ <EnableTrimAnalyzer>true</EnableTrimAnalyzer>
40
<IsTrimmable>true</IsTrimmable>
-
41
- <!-- Workaround for .NET 6.0.x regression (see https://github.com/dotnet/linker/issues/2642), enable again when fixed in SDK -->
42
- <EnableTrimAnalyzer>false</EnableTrimAnalyzer>
43
</PropertyGroup>
44
45
<!-- Source generator project reference for packing -->
0 commit comments