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 47e4276 commit f514ca6Copy full SHA for f514ca6
samples/MvvmSampleUwp/Properties/Default.rd.xml
@@ -31,6 +31,8 @@
31
<!-- Generated code loaded through reflection -->
32
<Type Name="CommunityToolkit.Mvvm.ComponentModel.__Internals.__ObservableValidatorExtensions" Dynamic="Required All" />
33
<Type Name="CommunityToolkit.Mvvm.Messaging.__Internals.__IMessengerExtensions" Dynamic="Required All" />
34
-
+
35
+ <!-- Validation properties -->
36
+ <Type Name="MvvmSample.Core.ViewModels.ObservableValidatorPageViewModel.ObservableForm" Dynamic="Required All" />
37
</Application>
38
</Directives>
0 commit comments