We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c2ab2 commit 9fdd2dbCopy full SHA for 9fdd2db
UI/Navigation/src/Navigation/GlobalUsings.cs
@@ -1,2 +1,8 @@
1
-global using Navigation.Models;
+global using Navigation.Models;
2
global using Navigation.Presentation;
3
+global using CommunityToolkit.Mvvm.Input;
4
+global using CommunityToolkit.Mvvm;
5
+global using CommunityToolkit.Mvvm.ComponentModel;
6
+global using Microsoft.Extensions.Hosting;
7
+global using Microsoft.Extensions.DependencyInjection;
8
+global using Uno.Resizetizer;
UI/Navigation/src/Navigation/Platforms/Android/Main.Android.cs
@@ -1,5 +1,6 @@
using Android.Content;
using Android.Runtime;
+using Com.Nostra13.Universalimageloader.Core;
namespace Navigation.Droid;
[global::Android.App.ApplicationAttribute(
0 commit comments