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 f6e1fa0 commit 8c4bebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 Microsoft.EntityFrameworkCore.Storage.ValueConversion;

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

public class JsonValueConverter<T> : ValueConverter<T, string> where T : class, new()
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Masa.Auth.Service.Admin/_Imports.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
global using Microsoft.EntityFrameworkCore.Design;
global using Microsoft.EntityFrameworkCore.Infrastructure;
global using Microsoft.EntityFrameworkCore.Metadata.Builders;
global using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
global using Microsoft.Extensions.Options;
global using Microsoft.OpenApi.Models;
global using Novell.Directory.Ldap;
Expand All @@ -148,4 +149,3 @@
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;

0 comments on commit 8c4bebd

Please sign in to comment.