mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-10 07:44:59 +00:00
More cleanup
This commit is contained in:
parent
53e0966f51
commit
c305529871
@ -1,6 +1,6 @@
|
|||||||
using CleanArchitecture.Domain.DomainEvents;
|
using CleanArchitecture.Domain.DomainEvents;
|
||||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||||
|
|
||||||
namespace CleanArchitecture.Infrastructure.Configurations.EventSourcing;
|
namespace CleanArchitecture.Infrastructure.Configurations.EventSourcing;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
using CleanArchitecture.Domain.DomainNotifications;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using CleanArchitecture.Domain.DomainNotifications;
|
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||||
|
|
||||||
namespace CleanArchitecture.Infrastructure.Configurations.EventSourcing;
|
namespace CleanArchitecture.Infrastructure.Configurations.EventSourcing;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
using System.Threading.Tasks;
|
||||||
using CleanArchitecture.Domain.DomainEvents;
|
using CleanArchitecture.Domain.DomainEvents;
|
||||||
using CleanArchitecture.Domain.DomainNotifications;
|
using CleanArchitecture.Domain.DomainNotifications;
|
||||||
using System.Threading.Tasks;
|
|
||||||
using CleanArchitecture.Domain.Notifications;
|
using CleanArchitecture.Domain.Notifications;
|
||||||
using CleanArchitecture.Infrastructure.Database;
|
using CleanArchitecture.Infrastructure.Database;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
@ -6,3 +6,5 @@
|
|||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
|
||||||
[assembly: SuppressMessage("Style", "IDE0161:Convert to file-scoped namespace", Justification = "<Pending>", Scope = "namespace", Target = "~N:CleanArchitecture.Infrastructure.Migrations")]
|
[assembly: SuppressMessage("Style", "IDE0161:Convert to file-scoped namespace", Justification = "<Pending>", Scope = "namespace", Target = "~N:CleanArchitecture.Infrastructure.Migrations")]
|
||||||
|
[assembly: SuppressMessage("Style", "IDE0161:Convert to file-scoped namespace", Justification = "<Pending>", Scope = "namespace", Target = "~N:CleanArchitecture.Infrastructure.Migrations.EventStoreDb")]
|
||||||
|
[assembly: SuppressMessage("Style", "IDE0161:Convert to file-scoped namespace", Justification = "<Pending>", Scope = "namespace", Target = "~N:CleanArchitecture.Infrastructure.Migrations.DomainNotificationStoreDb")]
|
||||||
|
Loading…
Reference in New Issue
Block a user