Skip to content

Commit

Permalink
Update GlobalUsings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa authored Sep 5, 2024
1 parent d04f6bc commit f27a3fb
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/FluentHub.App/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

// Default
// First party
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Collections.ObjectModel;
global using global::System.Linq;
global using global::System.Text;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::Microsoft.Extensions.DependencyInjection;

// Windows Community Toolkit
global using global::CommunityToolkit.Mvvm.ComponentModel;
global using global::CommunityToolkit.Mvvm.DependencyInjection;
global using global::CommunityToolkit.Mvvm.Input;
global using global::CommunityToolkit.Mvvm.Messaging;
// FluentHub

// FluentHub.App
global using global::FluentHub.App.Data.EventArgs;
global using global::FluentHub.App.Data.Factories;
global using global::FluentHub.App.Data.Items;
//global using global::FluentHub.App.Data.Models;
global using global::FluentHub.App.Data.Parameters;
global using global::FluentHub.App.Helpers;
global using global::FluentHub.App.Services;
global using global::FluentHub.Core.Data.Enums;
global using global::FluentHub.Octokit.Models.v3;
global using global::FluentHub.Octokit.Models.v4;
global using global::Humanizer;
// Generic
global using global::Microsoft.Extensions.DependencyInjection;

// Third-party
global using global::Octokit.GraphQL;
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Collections.ObjectModel;
global using global::System.Linq;
global using global::System.Text;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using OctokitOriginal = global::Octokit;

0 comments on commit f27a3fb

Please sign in to comment.