Skip to content

Commit

Permalink
Cleanup global usings (#14816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored Dec 3, 2023
1 parent 2e15d6e commit 1c9e8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using OpenIddict.Abstractions;
using OrchardCore.DisplayManagement;
using OrchardCore.DisplayManagement.Notify;
using OrchardCore.Environment.Shell.Descriptor.Models;
Expand Down
6 changes: 3 additions & 3 deletions test/OrchardCore.Tests/Usings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@
global using System.Threading;
global using System.Threading.Tasks;
global using System.Xml.Linq;
global using Markdig;
global using Microsoft.AspNetCore.Authorization;
global using Microsoft.AspNetCore.Builder;
global using Microsoft.AspNetCore.DataProtection;
global using Microsoft.AspNetCore.Hosting;
global using Microsoft.AspNetCore.Html;
global using Microsoft.AspNetCore.Http;
global using Microsoft.AspNetCore.Identity;
global using Microsoft.AspNetCore.Localization;
global using Microsoft.AspNetCore.Mvc;
global using Microsoft.AspNetCore.Mvc.Localization;
global using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
global using Microsoft.AspNetCore.Mvc.Routing;
global using Microsoft.AspNetCore.Mvc.Testing;
global using Microsoft.AspNetCore.Localization;
global using Microsoft.AspNetCore.Mvc.ViewFeatures;
global using Microsoft.AspNetCore.Routing;
global using Microsoft.AspNetCore.TestHost;
Expand All @@ -47,15 +48,14 @@
global using Microsoft.Extensions.Logging.Abstractions;
global using Microsoft.Extensions.Options;
global using Microsoft.Extensions.Primitives;
global using Markdig;
global using Moq;
global using Newtonsoft.Json;
global using Newtonsoft.Json.Converters;
global using Newtonsoft.Json.Linq;
global using OpenIddict.Abstractions;
global using Parlot;
global using SixLabors.ImageSharp.Web.Processors;
global using Shortcodes;
global using SixLabors.ImageSharp.Web.Processors;
global using Xunit;
global using YesSql;
global using YesSql.Provider.SqlServer;

0 comments on commit 1c9e8be

Please sign in to comment.