-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
528f114
commit bfdd340
Showing
24 changed files
with
158 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,70 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Elasticsearch" Version="8.0.1"/> | ||
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="8.0.1"/> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Rabbitmq" Version="8.0.1"/> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Prometheus.Metrics" Version="8.0.1"/> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="8.0.1"/> | ||
<PackageVersion Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1"/> | ||
<PackageVersion Include="EFCore.NamingConventions" Version="8.0.3"/> | ||
<PackageVersion Include="FluentDateTime" Version="3.0.0"/> | ||
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0"/> | ||
<PackageVersion Include="Hangfire" Version="1.8.14"/> | ||
<PackageVersion Include="Hangfire.Dashboard.Basic.Authentication" Version="7.0.1"/> | ||
<PackageVersion Include="Hangfire.EntityFrameworkCore" Version="0.6.0"/> | ||
<PackageVersion Include="Hangfire.PostgreSql" Version="1.20.9"/> | ||
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.2.3"/> | ||
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6"/> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.6"/> | ||
<PackageVersion Include="MediatR" Version="12.3.0"/> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/> | ||
<PackageVersion Include="NetArchTest.Rules" Version="1.3.2"/> | ||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4"/> | ||
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0"/> | ||
<PackageVersion Include="OpenTelemetry.Exporter.Prometheus.AspNetCore" Version="1.7.0-rc.1"/> | ||
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0"/> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0"/> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.7.0-beta.1"/> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0"/> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0"/> | ||
<PackageVersion Include="Otp.NET" Version="1.3.0"/> | ||
<PackageVersion Include="PandaTech.BaseConverter" Version="4.0.4"/> | ||
<PackageVersion Include="Pandatech.DistributedCache" Version="1.1.0"/> | ||
<PackageVersion Include="Pandatech.EFCore.AuditBase" Version="1.0.3"/> | ||
<PackageVersion Include="PandaTech.FileExporter" Version="3.1.1"/> | ||
<PackageVersion Include="Pandatech.FluentMinimalApiMapper" Version="1.1.0"/> | ||
<PackageVersion Include="Pandatech.CommissionCalculator" Version="3.3.0"/> | ||
<PackageVersion Include="Pandatech.Communicator" Version="1.0.5"/> | ||
<PackageVersion Include="Pandatech.Crypto" Version="2.5.0"/> | ||
<PackageVersion Include="Pandatech.GridifyExtensions" Version="1.4.0"/> | ||
<PackageVersion Include="Pandatech.MassTransit.PostgresOutbox" Version="1.0.7"/> | ||
<PackageVersion Include="Pandatech.PandaVaultClient" Version="3.1.0"/> | ||
<PackageVersion Include="Pandatech.RegexBox" Version="1.2.4"/> | ||
<PackageVersion Include="Pandatech.ResponseCrafter" Version="2.2.2"/> | ||
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.1"/> | ||
<PackageVersion Include="Serilog.Enrichers.Environment" Version="3.0.1"/> | ||
<PackageVersion Include="Serilog.Sinks.Elasticsearch" Version="10.0.0"/> | ||
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.28.0.94264"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2"/> | ||
<PackageVersion Include="UAParser" Version="3.1.47"/> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="xunit" Version="2.8.1"/> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Elasticsearch" Version="8.0.1" /> | ||
<PackageVersion Include="AspNetCore.HealthChecks.NpgSql" Version="8.0.1" /> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Rabbitmq" Version="8.0.1" /> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Prometheus.Metrics" Version="8.0.1" /> | ||
<PackageVersion Include="AspNetCore.HealthChecks.Redis" Version="8.0.1" /> | ||
<PackageVersion Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" /> | ||
<PackageVersion Include="EFCore.NamingConventions" Version="8.0.3" /> | ||
<PackageVersion Include="FluentDateTime" Version="3.0.0" /> | ||
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" /> | ||
<PackageVersion Include="Hangfire" Version="1.8.14" /> | ||
<PackageVersion Include="Hangfire.Dashboard.Basic.Authentication" Version="7.0.1" /> | ||
<PackageVersion Include="Hangfire.EntityFrameworkCore" Version="0.6.0" /> | ||
<PackageVersion Include="Hangfire.PostgreSql" Version="1.20.9" /> | ||
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.2.3" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.7" /> | ||
<PackageVersion Include="MediatR" Version="12.3.0" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageVersion Include="NetArchTest.Rules" Version="1.3.2" /> | ||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.Prometheus.AspNetCore" Version="1.7.0-rc.1" /> | ||
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.7.0-beta.1" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" /> | ||
<PackageVersion Include="Otp.NET" Version="1.3.0" /> | ||
<PackageVersion Include="Pandatech.DistributedCache" Version="1.1.0" /> | ||
<PackageVersion Include="Pandatech.EFCore.AuditBase" Version="1.1.0" /> | ||
<PackageVersion Include="PandaTech.FileExporter" Version="3.2.0" /> | ||
<PackageVersion Include="Pandatech.FluentMinimalApiMapper" Version="1.1.0" /> | ||
<PackageVersion Include="Pandatech.CommissionCalculator" Version="3.3.0" /> | ||
<PackageVersion Include="Pandatech.Communicator" Version="1.0.5" /> | ||
<PackageVersion Include="Pandatech.Crypto" Version="2.5.0" /> | ||
<PackageVersion Include="Pandatech.GridifyExtensions" Version="1.5.1" /> | ||
<PackageVersion Include="Pandatech.MassTransit.PostgresOutbox" Version="1.0.7" /> | ||
<PackageVersion Include="Pandatech.PandaVaultClient" Version="3.1.0" /> | ||
<PackageVersion Include="Pandatech.RegexBox" Version="1.2.4" /> | ||
<PackageVersion Include="Pandatech.ResponseCrafter" Version="3.0.0" /> | ||
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.1" /> | ||
<PackageVersion Include="Serilog.Enrichers.Environment" Version="3.0.1" /> | ||
<PackageVersion Include="Serilog.Sinks.Elasticsearch" Version="10.0.0" /> | ||
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.30.0.95878"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" /> | ||
<PackageVersion Include="UAParser" Version="3.1.47" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="xunit" Version="2.9.0" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...atech.CleanArchitecture.Application/Features/Auth/Contracts/Login/LoginCommandResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...hitecture.Application/Features/Auth/Contracts/RefreshToken/RefreshTokenCommandResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
...tech.CleanArchitecture.Application/Features/User/Application/Delete/DeleteUsersCommand.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
using BaseConverter.Attributes; | ||
using Pandatech.CleanArchitecture.Core.Interfaces; | ||
|
||
namespace Pandatech.CleanArchitecture.Application.Features.User.Application.Delete; | ||
|
||
public class DeleteUsersCommand : ICommand | ||
{ | ||
[PropertyBaseConverter] | ||
public required List<long> Ids { get; set; } | ||
} | ||
public record DeleteUsersCommand(string Filter) : ICommand; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...nArchitecture.Application/Features/User/Application/Delete/DeleteUsersCommandValidator.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.