feat: add Mapster profiles and enable DiscountOrder handlers
Build and Deploy / build (push) Successful in 2m14s

This commit is contained in:
masoodafar-web
2025-12-08 21:10:21 +03:30
parent dedc0b809f
commit ce3b5db822
57 changed files with 2125 additions and 374 deletions
@@ -9,13 +9,7 @@
<!-- Exclude services that depend on excluded handlers -->
<ItemGroup>
<Compile Remove="Services/ConfigurationService.cs" />
<Compile Remove="Services/ManualPaymentService.cs" />
<Compile Remove="Services/PublicMessageService.cs" />
<!-- Exclude mappings with proto type mismatches -->
<Compile Remove="Common/Mappings/ProductsProfile.cs" />
<Compile Remove="Common/Mappings/UserOrderProfile.cs" />
<Compile Remove="Common/Mappings/PublicMessageProfile.cs" />
<!-- All services are now enabled with proper Mapster profiles -->
</ItemGroup>
<ItemGroup>