Skip to content

Commit

Permalink
Remove IResourcesLoader and ResourcesLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrozsival committed Mar 25, 2024
1 parent 6f3e55d commit cc86546
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
14 changes: 0 additions & 14 deletions src/Controls/src/Core/Xaml/IResourcesLoader.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Controls/src/Xaml/Hosting/AppHostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ static MauiAppBuilder SetupDefaults(this MauiAppBuilder builder)
#if WINDOWS || ANDROID || IOS || MACCATALYST || TIZEN
// initialize compatibility DependencyService
DependencyService.SetToInitialized();
DependencyService.Register<Xaml.ResourcesLoader>();
DependencyService.Register<Xaml.ValueConverterProvider>();
DependencyService.Register<PlatformSizeService>();

Expand Down
71 changes: 0 additions & 71 deletions src/Controls/src/Xaml/ResourcesLoader.cs

This file was deleted.

0 comments on commit cc86546

Please sign in to comment.