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.
1 parent b558b52 commit d330689Copy full SHA for d330689
samples/MvvmSampleUwp/Properties/Default.rd.xml
@@ -28,8 +28,9 @@
28
<Type Name="MvvmSample.Core.Models.PostData" Dynamic="Required Public" />
29
<Type Name="MvvmSample.Core.Models.Post" Dynamic="Required Public" />
30
31
- <!-- IRecipient<T> registration support -->
32
- <Type Name="Microsoft.Toolkit.Mvvm.Messaging.IMessengerExtensions" Dynamic="Required All" />
+ <!-- Generated code loaded through reflection -->
+ <Type Name="CommunityToolkit.Mvvm.ComponentModel.__Internals.__ObservableValidatorExtensions" Dynamic="Required All" />
33
+ <Type Name="CommunityToolkit.Mvvm.Messaging.__Internals.__IMessengerExtensions" Dynamic="Required All" />
34
35
</Application>
36
</Directives>
0 commit comments