Skip to content

Commit 00eeabc

Browse files
authored
chore: Remove useless Utils class library (#317)
1 parent 04874c1 commit 00eeabc

File tree

23 files changed

+83
-127
lines changed

23 files changed

+83
-127
lines changed

Masa.Framework.sln

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions",
125125
EndProject
126126
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ldap", "Ldap", "{0BC7A7F2-F8E0-4A6A-90E2-A0ACD997EBB1}"
127127
EndProject
128-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Models", "Models", "{9CABAF1C-E5E1-4CB8-AAD4-D47387EED6AA}"
129-
EndProject
130128
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Security", "Security", "{2D07F9AD-9951-475D-B7C7-980B23FDE9BB}"
131129
EndProject
132130
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Authentication", "Authentication", "{534346EF-1D11-48DB-9909-700CEC99FF08}"
@@ -135,8 +133,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Caching.Memory",
135133
EndProject
136134
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Exceptions", "src\Utils\Masa.Utils.Exceptions\Masa.Utils.Exceptions.csproj", "{7B0EDB07-D3AE-4077-9A23-35CA6556E791}"
137135
EndProject
138-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Configuration.Dcc", "src\Utils\Configuration\Masa.Utils.Configuration.Dcc\Masa.Utils.Configuration.Dcc.csproj", "{E376F15A-3C13-4DBF-B972-E03D2350D7C4}"
139-
EndProject
140136
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Configuration.Json", "src\Utils\Configuration\Masa.Utils.Configuration.Json\Masa.Utils.Configuration.Json.csproj", "{8AB652AF-3957-42F9-8F3E-FAFE56A44BE1}"
141137
EndProject
142138
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Data.DataAnnotations", "src\Utils\Data\Masa.Utils.Data.DataAnnotations\Masa.Utils.Data.DataAnnotations.csproj", "{766E3633-7B82-49CC-B012-CAE6264D4628}"
@@ -175,8 +171,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B477B68A
175171
EndProject
176172
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Ldap.Novell.Tests", "src\Utils\Ldap\Tests\Masa.Utils.Ldap.Novell.Tests\Masa.Utils.Ldap.Novell.Tests.csproj", "{023DE7BB-49B6-4C14-9DAC-F7B4E3E2D12C}"
177173
EndProject
178-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Models.Config", "src\Utils\Models\Masa.Utils.Models.Config\Masa.Utils.Models.Config.csproj", "{41675E4A-0B1A-436B-910A-A296D35661DC}"
179-
EndProject
180174
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Security.Cryptography", "src\Utils\Security\Masa.Utils.Security.Cryptography\Masa.Utils.Security.Cryptography.csproj", "{F43B5288-30F0-429E-A10F-9560E8CE318D}"
181175
EndProject
182176
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Masa.Utils.Security.Token", "src\Utils\Security\Masa.Utils.Security.Token\Masa.Utils.Security.Token.csproj", "{42A17DC6-7F8D-487A-98F0-1DAF6FF81A63}"
@@ -861,14 +855,6 @@ Global
861855
{7B0EDB07-D3AE-4077-9A23-35CA6556E791}.Release|Any CPU.Build.0 = Release|Any CPU
862856
{7B0EDB07-D3AE-4077-9A23-35CA6556E791}.Release|x64.ActiveCfg = Release|Any CPU
863857
{7B0EDB07-D3AE-4077-9A23-35CA6556E791}.Release|x64.Build.0 = Release|Any CPU
864-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
865-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
866-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Debug|x64.ActiveCfg = Debug|Any CPU
867-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Debug|x64.Build.0 = Debug|Any CPU
868-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
869-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Release|Any CPU.Build.0 = Release|Any CPU
870-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Release|x64.ActiveCfg = Release|Any CPU
871-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4}.Release|x64.Build.0 = Release|Any CPU
872858
{8AB652AF-3957-42F9-8F3E-FAFE56A44BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
873859
{8AB652AF-3957-42F9-8F3E-FAFE56A44BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
874860
{8AB652AF-3957-42F9-8F3E-FAFE56A44BE1}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -989,14 +975,6 @@ Global
989975
{023DE7BB-49B6-4C14-9DAC-F7B4E3E2D12C}.Release|Any CPU.Build.0 = Release|Any CPU
990976
{023DE7BB-49B6-4C14-9DAC-F7B4E3E2D12C}.Release|x64.ActiveCfg = Release|Any CPU
991977
{023DE7BB-49B6-4C14-9DAC-F7B4E3E2D12C}.Release|x64.Build.0 = Release|Any CPU
992-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
993-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
994-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Debug|x64.ActiveCfg = Debug|Any CPU
995-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Debug|x64.Build.0 = Debug|Any CPU
996-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
997-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Release|Any CPU.Build.0 = Release|Any CPU
998-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Release|x64.ActiveCfg = Release|Any CPU
999-
{41675E4A-0B1A-436B-910A-A296D35661DC}.Release|x64.Build.0 = Release|Any CPU
1000978
{F43B5288-30F0-429E-A10F-9560E8CE318D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1001979
{F43B5288-30F0-429E-A10F-9560E8CE318D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1002980
{F43B5288-30F0-429E-A10F-9560E8CE318D}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -2191,12 +2169,10 @@ Global
21912169
{706DA866-6226-430F-AB4D-98FEE7B0DDB0} = {5944A182-13B8-4DA6-AEE2-0A01E64A9648}
21922170
{69A6DFD9-F5A2-4714-94BA-36E85CDA3EF4} = {5944A182-13B8-4DA6-AEE2-0A01E64A9648}
21932171
{0BC7A7F2-F8E0-4A6A-90E2-A0ACD997EBB1} = {5944A182-13B8-4DA6-AEE2-0A01E64A9648}
2194-
{9CABAF1C-E5E1-4CB8-AAD4-D47387EED6AA} = {5944A182-13B8-4DA6-AEE2-0A01E64A9648}
21952172
{2D07F9AD-9951-475D-B7C7-980B23FDE9BB} = {5944A182-13B8-4DA6-AEE2-0A01E64A9648}
21962173
{534346EF-1D11-48DB-9909-700CEC99FF08} = {2D07F9AD-9951-475D-B7C7-980B23FDE9BB}
21972174
{015C4181-A8D9-4FA5-89B9-38A37FA9D31D} = {AF921AB1-64D1-4478-AB49-192F3EE416FC}
21982175
{7B0EDB07-D3AE-4077-9A23-35CA6556E791} = {5944A182-13B8-4DA6-AEE2-0A01E64A9648}
2199-
{E376F15A-3C13-4DBF-B972-E03D2350D7C4} = {56917740-626B-42D5-8BB8-6895F79FB7D2}
22002176
{8AB652AF-3957-42F9-8F3E-FAFE56A44BE1} = {56917740-626B-42D5-8BB8-6895F79FB7D2}
22012177
{766E3633-7B82-49CC-B012-CAE6264D4628} = {706DA866-6226-430F-AB4D-98FEE7B0DDB0}
22022178
{B7003322-212E-4568-9B61-95DB67CABC3F} = {706DA866-6226-430F-AB4D-98FEE7B0DDB0}
@@ -2216,7 +2192,6 @@ Global
22162192
{AE7980F2-6F94-4A93-9551-F47AD43FC545} = {0BC7A7F2-F8E0-4A6A-90E2-A0ACD997EBB1}
22172193
{B477B68A-16F3-4005-BDAD-09905A3267A5} = {0BC7A7F2-F8E0-4A6A-90E2-A0ACD997EBB1}
22182194
{023DE7BB-49B6-4C14-9DAC-F7B4E3E2D12C} = {B477B68A-16F3-4005-BDAD-09905A3267A5}
2219-
{41675E4A-0B1A-436B-910A-A296D35661DC} = {9CABAF1C-E5E1-4CB8-AAD4-D47387EED6AA}
22202195
{F43B5288-30F0-429E-A10F-9560E8CE318D} = {2D07F9AD-9951-475D-B7C7-980B23FDE9BB}
22212196
{42A17DC6-7F8D-487A-98F0-1DAF6FF81A63} = {2D07F9AD-9951-475D-B7C7-980B23FDE9BB}
22222197
{386F0326-D591-4BED-A01A-91C0E9814467} = {534346EF-1D11-48DB-9909-700CEC99FF08}

src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<ItemGroup>
1515
<ProjectReference Include="..\..\..\..\Utils\Masa.Utils.Exceptions\Masa.Utils.Exceptions.csproj" />
16-
<ProjectReference Include="..\..\..\..\Utils\Models\Masa.Utils.Models.Config\Masa.Utils.Models.Config.csproj" />
1716
<ProjectReference Include="..\Masa.Contrib.Dispatcher.IntegrationEvents\Masa.Contrib.Dispatcher.IntegrationEvents.csproj" />
1817
</ItemGroup>
1918

src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/IntegrationEventBus.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ public class IntegrationEventBus : IIntegrationEventBus
99
private readonly IPublisher _publisher;
1010
private readonly ILogger<IntegrationEventBus>? _logger;
1111
private readonly IIntegrationEventLogService? _eventLogService;
12-
private readonly IOptionsMonitor<AppConfig>? _appConfig;
12+
private readonly IOptionsMonitor<MasaAppConfigureOptions>? _masaAppConfigureOptions;
1313
private readonly IEventBus? _eventBus;
1414
private readonly IUnitOfWork? _unitOfWork;
1515

1616
public IntegrationEventBus(IOptions<DispatcherOptions> options,
1717
IPublisher publisher,
1818
IIntegrationEventLogService? eventLogService = null,
19-
IOptionsMonitor<AppConfig>? appConfig = null,
19+
IOptionsMonitor<MasaAppConfigureOptions>? masaAppConfigureOptions = null,
2020
ILogger<IntegrationEventBus>? logger = null,
2121
IEventBus? eventBus = null,
2222
IUnitOfWork? unitOfWork = null)
2323
{
2424
_dispatcherOptions = options.Value;
2525
_publisher = publisher;
2626
_eventLogService = eventLogService;
27-
_appConfig = appConfig;
27+
_masaAppConfigureOptions = masaAppConfigureOptions;
2828
_logger = logger;
2929
_eventBus = eventBus;
3030
_unitOfWork = unitOfWork;
@@ -71,7 +71,7 @@ private async Task PublishIntegrationAsync<TEvent>(TEvent @event)
7171
_logger?.LogDebug(
7272
"----- Publishing integration event: {IntegrationEventIdPublished} from {AppId} - ({IntegrationEvent})",
7373
@event.GetEventId(),
74-
_appConfig?.CurrentValue.AppId ?? string.Empty, @event);
74+
_masaAppConfigureOptions?.CurrentValue.AppId ?? string.Empty, @event);
7575

7676
await _eventLogService.MarkEventAsInProgressAsync(@event.GetEventId());
7777

@@ -83,7 +83,7 @@ private async Task PublishIntegrationAsync<TEvent>(TEvent @event)
8383
catch (Exception ex)
8484
{
8585
_logger?.LogError(ex, "Error Publishing integration event: {IntegrationEventId} from {AppId} - ({IntegrationEvent})",
86-
@event.GetEventId(), _appConfig?.CurrentValue.AppId ?? string.Empty, @event);
86+
@event.GetEventId(), _masaAppConfigureOptions?.CurrentValue.AppId ?? string.Empty, @event);
8787
if (!isAdd) throw;
8888

8989
LocalQueueProcessor.Default.AddJobs(new IntegrationEventLogItem(@event.GetEventId(), @event.Topic, @event));
@@ -95,7 +95,7 @@ private async Task PublishIntegrationAsync<TEvent>(TEvent @event)
9595
_logger?.LogDebug(
9696
"----- Publishing integration event (don't use local message): {IntegrationEventIdPublished} from {AppId} - ({IntegrationEvent})",
9797
@event.GetEventId(),
98-
_appConfig?.CurrentValue.AppId ?? string.Empty, @event);
98+
_masaAppConfigureOptions?.CurrentValue.AppId ?? string.Empty, @event);
9999

100100
await _publisher.PublishAsync(topicName, (dynamic)@event);
101101
}

src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14+
<ProjectReference Include="..\..\..\..\BuildingBlocks\Configuration\Masa.BuildingBlocks.Configuration\Masa.BuildingBlocks.Configuration.csproj" />
1415
<ProjectReference Include="..\..\..\..\BuildingBlocks\Dispatcher\Masa.BuildingBlocks.Dispatcher.IntegrationEvents\Masa.BuildingBlocks.Dispatcher.IntegrationEvents.csproj" />
1516
<ProjectReference Include="..\..\..\..\Utils\Masa.Utils.Exceptions\Masa.Utils.Exceptions.csproj" />
16-
<ProjectReference Include="..\..\..\..\Utils\Models\Masa.Utils.Models.Config\Masa.Utils.Models.Config.csproj" />
1717
</ItemGroup>
1818

1919
</Project>

src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Processor/RetryByDataProcessor.cs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@ namespace Masa.Contrib.Dispatcher.IntegrationEvents.Processor;
55

66
public class RetryByDataProcessor : ProcessorBase
77
{
8-
private readonly IServiceProvider _serviceProvider;
98
private readonly IOptions<DispatcherOptions> _options;
10-
private readonly IOptionsMonitor<AppConfig>? _appConfig;
9+
private readonly IOptionsMonitor<MasaAppConfigureOptions>? _masaAppConfigureOptions;
1110
private readonly ILogger<RetryByDataProcessor>? _logger;
1211

1312
public override int Delay => _options.Value.FailedRetryInterval;
1413

1514
public RetryByDataProcessor(
1615
IServiceProvider serviceProvider,
1716
IOptions<DispatcherOptions> options,
18-
IOptionsMonitor<AppConfig>? appConfig = null,
17+
IOptionsMonitor<MasaAppConfigureOptions>? masaAppConfigureOptions = null,
1918
ILogger<RetryByDataProcessor>? logger = null) : base(serviceProvider)
2019
{
21-
_serviceProvider = serviceProvider;
22-
_appConfig = appConfig;
20+
_masaAppConfigureOptions = masaAppConfigureOptions;
2321
_options = options;
2422
_logger = logger;
2523
}
@@ -64,7 +62,7 @@ await eventLogService.RetrieveEventLogsFailedToPublishAsync(_options.Value.Retry
6462
{
6563
_logger?.LogError(ex,
6664
"Error Publishing integration event: {IntegrationEventId} from {AppId} - ({IntegrationEvent})",
67-
eventLog.EventId, _appConfig?.CurrentValue.AppId ?? string.Empty, eventLog);
65+
eventLog.EventId, _masaAppConfigureOptions?.CurrentValue.AppId ?? string.Empty, eventLog);
6866
await eventLogService.MarkEventAsFailedAsync(eventLog.EventId);
6967
}
7068
}

src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Processor/RetryByLocalQueueProcessor.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Masa.Contrib.Dispatcher.IntegrationEvents.Processor;
55

66
public class RetryByLocalQueueProcessor : ProcessorBase
77
{
8-
private readonly IOptionsMonitor<AppConfig>? _appConfig;
8+
private readonly IOptionsMonitor<MasaAppConfigureOptions>? _masaAppConfigureOptions;
99
private readonly IOptions<DispatcherOptions> _options;
1010
private readonly ILogger<RetryByLocalQueueProcessor>? _logger;
1111

@@ -14,10 +14,10 @@ public class RetryByLocalQueueProcessor : ProcessorBase
1414
public RetryByLocalQueueProcessor(
1515
IServiceProvider serviceProvider,
1616
IOptions<DispatcherOptions> options,
17-
IOptionsMonitor<AppConfig>? appConfig = null,
17+
IOptionsMonitor<MasaAppConfigureOptions>? masaAppConfigureOptions = null,
1818
ILogger<RetryByLocalQueueProcessor>? logger = null) : base(serviceProvider)
1919
{
20-
_appConfig = appConfig;
20+
_masaAppConfigureOptions = masaAppConfigureOptions;
2121
_options = options;
2222
_logger = logger;
2323
}
@@ -63,7 +63,7 @@ protected override async Task ExecuteAsync(IServiceProvider serviceProvider, Can
6363
{
6464
_logger?.LogError(ex,
6565
"Error Publishing integration event: {IntegrationEventId} from {AppId} - ({IntegrationEvent})",
66-
eventLog.EventId, _appConfig?.CurrentValue.AppId ?? string.Empty, eventLog);
66+
eventLog.EventId, _masaAppConfigureOptions?.CurrentValue.AppId ?? string.Empty, eventLog);
6767
await eventLogService.MarkEventAsFailedAsync(eventLog.EventId);
6868
}
6969
}

src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/_Imports.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) MASA Stack All rights reserved.
22
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

4+
global using Masa.BuildingBlocks.Configuration.Options;
45
global using Masa.BuildingBlocks.Data;
56
global using Masa.BuildingBlocks.Data.UoW;
67
global using Masa.BuildingBlocks.Dispatcher.Events;
@@ -11,7 +12,6 @@
1112
global using Masa.Contrib.Dispatcher.IntegrationEvents.Options;
1213
global using Masa.Contrib.Dispatcher.IntegrationEvents.Processor;
1314
global using Masa.Contrib.Dispatcher.IntegrationEvents.Servers;
14-
global using Masa.Utils.Models.Config;
1515
global using Microsoft.Extensions.DependencyInjection;
1616
global using Microsoft.Extensions.DependencyInjection.Extensions;
1717
global using Microsoft.Extensions.Hosting;

src/Contrib/Dispatcher/IntegrationEvents/Tests/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/IntegrationEventBusTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class IntegrationEventBusTest
1010
private Mock<IDispatcherOptions> _options;
1111
private Mock<IOptions<DispatcherOptions>> _dispatcherOptions;
1212
private Mock<IIntegrationEventLogService> _eventLog;
13-
private Mock<IOptionsMonitor<AppConfig>> _appConfig;
13+
private Mock<IOptionsMonitor<MasaAppConfigureOptions>> _masaAppConfigureOptions;
1414
private Mock<IUnitOfWork> _uoW;
1515

1616
[TestInitialize]
@@ -27,8 +27,8 @@ public void Initialize()
2727
_eventLog.Setup(eventLog => eventLog.MarkEventAsInProgressAsync(It.IsAny<Guid>())).Verifiable();
2828
_eventLog.Setup(eventLog => eventLog.MarkEventAsPublishedAsync(It.IsAny<Guid>())).Verifiable();
2929
_eventLog.Setup(eventLog => eventLog.MarkEventAsFailedAsync(It.IsAny<Guid>())).Verifiable();
30-
_appConfig = new();
31-
_appConfig.Setup(appConfig => appConfig.CurrentValue).Returns(() => new AppConfig()
30+
_masaAppConfigureOptions = new();
31+
_masaAppConfigureOptions.Setup(appConfig => appConfig.CurrentValue).Returns(() => new MasaAppConfigureOptions
3232
{
3333
AppId = "Test"
3434
});

src/Contrib/Dispatcher/IntegrationEvents/Tests/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/_Imports.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) MASA Stack All rights reserved.
22
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
33

4+
global using Masa.BuildingBlocks.Configuration.Options;
45
global using Masa.BuildingBlocks.Data;
56
global using Masa.BuildingBlocks.Data.UoW;
67
global using Masa.BuildingBlocks.Dispatcher.Events;
@@ -9,7 +10,6 @@
910
global using Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Options;
1011
global using Masa.Contrib.Dispatcher.IntegrationEvents.Processor;
1112
global using Masa.Contrib.Dispatcher.IntegrationEvents.Tests.Infrastructure;
12-
global using Masa.Utils.Models.Config;
1313
global using Microsoft.Extensions.DependencyInjection;
1414
global using Microsoft.Extensions.Options;
1515
global using Microsoft.VisualStudio.TestTools.UnitTesting;

0 commit comments

Comments
 (0)