File tree Expand file tree Collapse file tree
Boundaries/Comanda.Profiles/Source/Comanda.Profiles.WebApi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" FluentValidation.AspNetCore" Version =" 11.3.1" />
16- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.9" />
17- <PackageReference Include =" Scalar.AspNetCore" Version =" 2.12.7" />
18- <PackageReference Include =" Scalar.AspNetCore.Microsoft" Version =" 2.12.7" />
19- <PackageReference Include =" Sentry.AspNetCore" Version =" 6.0.0" />
20- <PackageReference Include =" Sentry.Serilog" Version =" 6.0.0" />
21- <PackageReference Include =" Serilog.AspNetCore" Version =" 10.0.0" />
22- <PackageReference Include =" Serilog.Sinks.Seq" Version =" 9.0.0" />
23- <PackageReference Include =" HttpsRichardy.Federation.Sdk" Version =" 4.2.0" />
15+ <PackageReference Include =" Comanda.Internal.AspNet" Version =" 0.69.8" />
2416 </ItemGroup >
2517
2618 <ItemGroup >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77global using Microsoft . OpenApi . Models ;
88
99global using Comanda . Profiles . WebApi . Extensions ;
10- global using Comanda . Profiles . WebApi . Constants ;
11- global using Comanda . Profiles . WebApi . Middlewares ;
1210global using Comanda . Profiles . Domain . Errors ;
1311
1412global using Comanda . Profiles . Application . Payloads . Traceability ;
1917global using Comanda . Profiles . Infrastructure . IoC . Extensions ;
2018global using Comanda . Profiles . CrossCutting . Configurations ;
2119
20+ global using Comanda . Internal . AspNet . Middlewares ;
21+ global using Comanda . Internal . AspNet . Constants ;
22+
2223global using HttpsRichardy . Dispatcher . Contracts ;
2324global using HttpsRichardy . Federation . Sdk . Extensions ;
2425
2526global using Scalar . AspNetCore ;
2627global using Serilog ;
27- global using Serilog . Context ;
2828global using FluentValidation . AspNetCore ;
You can’t perform that action at this time.
0 commit comments