Skip to content

Commit f38e021

Browse files
committed
fix: correct GlobalUsing.cs namespaces
Remove invalid namespaces: - EventFlow.Core.Commands (doesn't exist) - EventFlow.Core.Models.DTOs (doesn't exist) - EventFlow.Core.Services.Interfaces (doesn't exist) Remove duplicates: - EventFlow.Core.Models - EventFlow.Application.Services - EventFlow.Application.Validators
1 parent 4bc138b commit f38e021

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

EventFlow-API.Tests/GlobalUsing.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@
55
global using Microsoft.EntityFrameworkCore;
66
global using Microsoft.AspNetCore.Mvc;
77

8-
global using EventFlow.Core.Commands;
9-
global using EventFlow.Core.Models;
10-
global using EventFlow.Core.Models.DTOs;
11-
global using EventFlow.Core.Services.Interfaces;
128
global using EventFlow.Core.Models;
139
global using EventFlow.Core.Primitives;
1410
global using EventFlow.Core.Repository;
1511
global using EventFlow.Core.ValueObjects;
1612

17-
global using EventFlow.Application.Services;
18-
global using EventFlow.Application.Validators;
1913
global using EventFlow.Application.Abstractions;
2014
global using EventFlow.Application.Commands;
2115
global using EventFlow.Application.DTOs;

0 commit comments

Comments
 (0)