Skip to content

Commit

Permalink
Add missing classes (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron committed May 26, 2024
1 parent 2e8df55 commit b764301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Core/Components/Dialog/Services/DialogService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ public partial class DialogService : IDialogService
{
/// <summary />
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(DialogEventArgs))]
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(MessageBoxContent))]
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(MessageBox))]
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(SplashScreenContent))]
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(FluentSplashScreen))]
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(DialogParameters))]
[DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(DialogParameters<object>))]
public DialogService()
{
}
Expand Down

0 comments on commit b764301

Please sign in to comment.