AugusteVN.Modules.Commerce.Features
1.0.8
dotnet add package AugusteVN.Modules.Commerce.Features --version 1.0.8
NuGet\Install-Package AugusteVN.Modules.Commerce.Features -Version 1.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AugusteVN.Modules.Commerce.Features" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AugusteVN.Modules.Commerce.Features" Version="1.0.8" />
<PackageReference Include="AugusteVN.Modules.Commerce.Features" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AugusteVN.Modules.Commerce.Features --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AugusteVN.Modules.Commerce.Features, 1.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AugusteVN.Modules.Commerce.Features@1.0.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AugusteVN.Modules.Commerce.Features&version=1.0.8
#tool nuget:?package=AugusteVN.Modules.Commerce.Features&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AugusteVN.Modules.Commerce.Features
CQRS command and query handlers for product management and shop order operations.
Part of the AugusteVN Modules collection.
Extension Method
AddCommerceFeatures
public static void AddCommerceFeatures(this IServiceCollection services, IConfiguration configuration)
Registers all FluentValidation validators from the Features assembly and auto-registers CQRS command/query handlers via RegisterHandlersFromAssembly.
CQRS Handlers
Commands (3)
| Handler | Description |
|---|---|
CreateShopOrderCommand |
Creates a new shop order with line items and status |
UpdateShopOrderStatusCommand |
Updates the status of an existing shop order |
UpsertProductCommand |
Creates or updates a product in the catalog |
Queries (7)
| Handler | Description |
|---|---|
GetProductsQuery |
Paginated product listing |
GetProductsByIdsQuery |
Retrieve multiple products by their IDs |
GetProductForSlugQuery |
Single product by URL slug |
GetLeadMagnetQuery |
Retrieve the active lead magnet product |
GetShopOrdersQuery |
Paginated listing of all shop orders |
GetShopOrderByIdQuery |
Single shop order by ID |
GetShopOrdersForUserQuery |
Paginated listing of shop orders for a specific user |
Validators
| Validator | Rules |
|---|---|
UpsertProductCommandValidator |
Product field validation (title, cover photo, body, price > discounted price) |
CreateShopOrderCommandValidator |
Order creation validation |
UpdateShopOrderStatusCommandValidator |
Status must be one of ShopOrderStatuses.StatusList |
GetProductForSlugQueryValidator |
Slug not empty, matches ^[a-z0-9_-]+$ |
GetShopOrdersForUserQueryValidator |
User ID validation |
Registration
// Program.cs
builder.Services.AddCommerceFeatures(builder.Configuration);
Installation
dotnet add package AugusteVN.Modules.Commerce.Features
Dependencies
- AugusteVN.Modules.Commerce._Shared
- AugusteVN.Modules.Commerce.Database
AugusteVN.CQRS.Extensions
Links
- Commerce module overview
- Commerce._Shared
- Commerce.Api
- Commerce.Database
- Commerce.Templates
- Commerce._Shared.Spa
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- AugusteVN._Shared.Extensions (>= 1.1.1)
- AugusteVN.CQRS.Extensions (>= 1.1.0)
- AugusteVN.Features.Exceptions (>= 1.1.0)
- AugusteVN.Modules.Commerce._Shared (>= 1.0.8)
- AugusteVN.Modules.Commerce.Domain (>= 1.0.8)
- FluentValidation.DependencyInjectionExtensions (>= 11.11.0)
- Mapster (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AugusteVN.Modules.Commerce.Features:
| Package | Downloads |
|---|---|
|
AugusteVN.Modules.Commerce.Api
Minimal API endpoints for products and shop orders |
GitHub repositories
This package is not used by any popular GitHub repositories.