Skip to content

Commit d330689

Browse files
committed
Add .rd.xml directives for generated code
1 parent b558b52 commit d330689

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/MvvmSampleUwp/Properties/Default.rd.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<Type Name="MvvmSample.Core.Models.PostData" Dynamic="Required Public" />
2929
<Type Name="MvvmSample.Core.Models.Post" Dynamic="Required Public" />
3030

31-
<!-- IRecipient<T> registration support -->
32-
<Type Name="Microsoft.Toolkit.Mvvm.Messaging.IMessengerExtensions" Dynamic="Required All" />
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" />
3334

3435
</Application>
3536
</Directives>

0 commit comments

Comments
 (0)