Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 6d8f335

Browse files
authored
Fix Assembly registration issue (#12130)
1 parent 19a15b5 commit 6d8f335

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Xamarin.Forms.Platform.Tizen/Forms.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,8 @@ static void SetupInit(CoreApplication application, InitializationOptions options
484484
}
485485
else
486486
{
487+
// The assembly of the executing application and referenced assemblies of it are added into the list here.
488+
TizenPlatformServices.AppDomain.CurrentDomain.RegisterAssemblyRecursively(application.GetType().GetTypeInfo().Assembly);
487489
Registrar.RegisterAll(new Type[]
488490
{
489491
typeof(ExportRendererAttribute),

0 commit comments

Comments
 (0)