We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6451e commit 6b8e48aCopy full SHA for 6b8e48a
src/Core/src/Hosting/Fonts/FontsMauiAppBuilderExtensions.cs
@@ -36,7 +36,7 @@ public static MauiAppBuilder ConfigureFonts(this MauiAppBuilder builder, Action<
36
builder.Services.AddSingleton<FontsRegistration>(new FontsRegistration(configureDelegate));
37
}
38
builder.Services.TryAddEnumerable(
39
- ServiceDescriptor.Transient<IMauiInitializeService>(
+ ServiceDescriptor.Transient<FontInitializer>(
40
svc => new FontInitializer(svc.GetServices<FontsRegistration>(), svc.GetRequiredService<IFontRegistrar>())
41
)
42
);
0 commit comments