|
1 | 1 | global using System.Collections.Immutable; |
| 2 | +global using System.Text.Json.Serialization; |
| 3 | +global using DevTKSS.Extensions.Uno.Storage; |
| 4 | +global using DevTKSS.Uno.Samples.MvuxGallery.Models; |
| 5 | +global using DevTKSS.Uno.Samples.MvuxGallery.Models.CodeSamples; |
| 6 | +global using DevTKSS.Uno.Samples.MvuxGallery.Models.GalleryImages; |
| 7 | +global using DevTKSS.Uno.Samples.MvuxGallery.Presentation; |
| 8 | +global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.ViewModels; |
| 9 | +global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.Views; |
2 | 10 | global using Microsoft.Extensions.DependencyInjection; |
3 | 11 | global using Microsoft.Extensions.Hosting; |
4 | 12 | global using Microsoft.Extensions.Localization; |
5 | 13 | global using Microsoft.Extensions.Logging; |
6 | 14 | global using Microsoft.Extensions.Options; |
7 | | -global using DevTKSS.Uno.Samples.MvuxGallery.Models; |
8 | | -global using DevTKSS.Uno.Samples.MvuxGallery.Presentation; |
9 | | -global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.ViewModels; |
10 | | -global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.Views; |
11 | | -global using DevTKSS.Uno.Samples.MvuxGallery.Models.CodeSamples; |
12 | | -global using DevTKSS.Uno.Samples.MvuxGallery.Models.GalleryImages; |
13 | 15 | global using Microsoft.UI.Xaml.Data; |
14 | | -global using System.Text.Json.Serialization; |
15 | | -global using DevTKSS.Extensions.Uno.Storage; |
| 16 | +global using Uno.Extensions.Reactive.Commands; |
16 | 17 | global using ApplicationExecutionState = Windows.ApplicationModel.Activation.ApplicationExecutionState; |
17 | 18 | [assembly: Uno.Extensions.Reactive.Config.BindableGenerationTool(3)] |
0 commit comments