File tree Expand file tree Collapse file tree
src/SharedMauiCoreLibrary/Hosting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ public static class AppHostBuilderExtensions
2020 /// Configures the core library features for a .NET MAUI application using the specified builder.
2121 /// Included features:
2222 /// - UseMauiCommunityToolkit()
23- /// - ConfigureDispatching()
2423 /// </summary>
2524 /// <remarks>This method adds essential services and features from the core library, including the
2625 /// .NET MAUI Community Toolkit and dispatching support. Call this method during application startup to ensure
@@ -31,8 +30,8 @@ public static MauiAppBuilder ConfigureCoreLibrary(this MauiAppBuilder builder)
3130 {
3231 builder
3332 . UseMauiCommunityToolkit ( )
34- . ConfigureDispatching ( )
35- . ConfigureDispatchManager ( )
33+ // .ConfigureDispatching()
34+ // .ConfigureDispatchManager()
3635 ;
3736 return builder ;
3837 }
You can’t perform that action at this time.
0 commit comments