Skip to content

Commit

Permalink
style: global using
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Apr 1, 2024
1 parent d74df23 commit d2a689e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) MASA Stack All rights reserved.
// Licensed under the Apache License. See LICENSE.txt in the project root for license information.

using Masa.Auth.Service.Admin.Infrastructure.ValueConverters;

namespace Masa.Auth.Service.Admin.Infrastructure.EntityConfigurations.Subjects;

public class ThirdPartyUserEntityTypeConfiguration : IEntityTypeConfiguration<ThirdPartyUser>
Expand Down
3 changes: 2 additions & 1 deletion src/Services/Masa.Auth.Service.Admin/_Imports.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
global using Masa.Auth.Service.Admin.Infrastructure.Middleware;
global using Masa.Auth.Service.Admin.Infrastructure.Models;
global using Masa.Auth.Service.Admin.Infrastructure.Sms;
global using Masa.Auth.Service.Admin.Infrastructure.ValueConverters;
global using Masa.BuildingBlocks.Authentication.Identity;
global using Masa.BuildingBlocks.Authentication.OpenIdConnect.Domain.Entities;
global using Masa.BuildingBlocks.Authentication.OpenIdConnect.Domain.Enums;
Expand Down Expand Up @@ -148,4 +149,4 @@
global using System.Text.RegularExpressions;
global using IdentityProvider = Masa.Auth.Service.Admin.Domain.Subjects.Aggregates.IdentityProvider;
global using Client = Masa.BuildingBlocks.Authentication.OpenIdConnect.Domain.Entities.Client;
global using Event = Masa.BuildingBlocks.Dispatcher.Events.Event;
global using Event = Masa.BuildingBlocks.Dispatcher.Events.Event;

0 comments on commit d2a689e

Please sign in to comment.