Skip to content

Commit

Permalink
Enable trimming again for Microsoft.Toolkit.Uwp.Notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Dec 24, 2022
1 parent 89b1405 commit f3641b3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/AmbientSounds.Uwp/Properties/Default.rd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Application>

<!-- Required for the toolkit's notification helpers to work in release mode -->
<Assembly Name="Microsoft.Toolkit.Uwp.Notifications" Dynamic="Required All" />

<!-- Required for signalr to work in release mode -->
<Namespace Name="Microsoft.Extensions.Options" Dynamic="Required Public"/>
<Type Name="Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions" Activate="Required Public" />
<Type Name="Microsoft.Extensions.Logging.LoggerFactoryOptions" Activate="Required Public" />
<Type Name="Microsoft.Extensions.Logging.LoggerFilterOptions" Activate="Required Public" />
<Type Name="Microsoft.AspNetCore.Http.Connections.Client.HttpConnectionOptions" Activate="Required Public" />
<!-- Required for signalr to work in release mode -->
<Namespace Name="Microsoft.Extensions.Options" Dynamic="Required Public"/>
<Type Name="Microsoft.AspNetCore.SignalR.JsonHubProtocolOptions" Activate="Required Public" />
<Type Name="Microsoft.Extensions.Logging.LoggerFactoryOptions" Activate="Required Public" />
<Type Name="Microsoft.Extensions.Logging.LoggerFilterOptions" Activate="Required Public" />
<Type Name="Microsoft.AspNetCore.Http.Connections.Client.HttpConnectionOptions" Activate="Required Public" />
</Application>
</Directives>

0 comments on commit f3641b3

Please sign in to comment.