From 9e0bb1e82e3142bf77eb46c65326d6bfeff0b177 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Mon, 25 Nov 2024 16:11:40 +0200 Subject: [PATCH] add resolve --- Azaion.Suite/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Azaion.Suite/App.xaml.cs b/Azaion.Suite/App.xaml.cs index 58b6826..a8bcd56 100644 --- a/Azaion.Suite/App.xaml.cs +++ b/Azaion.Suite/App.xaml.cs @@ -46,7 +46,7 @@ public partial class App : new ApiCredentials(); ResourceLoader = new ResourceLoader(CreateApiClient(apiCreds), apiCreds); - //AppDomain.CurrentDomain.AssemblyResolve += (_, args) => ResourceLoader.LoadAssembly(args.Name); + AppDomain.CurrentDomain.AssemblyResolve += (_, args) => ResourceLoader.LoadAssembly(args.Name); } private static AzaionApiClient CreateApiClient(ApiCredentials credentials)