File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
samples/MvvmSampleUwp/Properties Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<Directives xmlns =" http://schemas.microsoft.com/netfx/2013/01/metadata" >
19
19
<Application >
20
- <!--
21
- An Assembly element with Name="*Application*" applies to all assemblies in
22
- the application package. The asterisks are not wildcards.
23
- -->
24
- <Assembly Name =" *Application*" Dynamic =" Required All" />
25
-
26
-
27
- <!-- Add your application specific runtime directives here. -->
28
20
21
+ <!-- Refit support for the Reddit service -->
22
+ <Type Name =" MvvmSample.Core.Services.IRedditService" Dynamic =" Required All" />
23
+ <Namespace Name =" Refit.Implementation" Dynamic =" Required All" />
24
+
25
+ <!-- JSON models -->
26
+ <Type Name =" MvvmSample.Core.Models.PostsQueryResponse" Dynamic =" Required Public" />
27
+ <Type Name =" MvvmSample.Core.Models.PostListing" Dynamic =" Required Public" />
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" />
29
33
30
34
</Application >
31
35
</Directives >
You can’t perform that action at this time.
0 commit comments