![]() |
VOOZH | about |
dotnet add package APF.Core.Clean.Database --version 8.0.4.1
NuGet\Install-Package APF.Core.Clean.Database -Version 8.0.4.1
<PackageReference Include="APF.Core.Clean.Database" Version="8.0.4.1" />
<PackageVersion Include="APF.Core.Clean.Database" Version="8.0.4.1" />Directory.Packages.props
<PackageReference Include="APF.Core.Clean.Database" />Project file
paket add APF.Core.Clean.Database --version 8.0.4.1
#r "nuget: APF.Core.Clean.Database, 8.0.4.1"
#:package APF.Core.Clean.Database@8.0.4.1
#addin nuget:?package=APF.Core.Clean.Database&version=8.0.4.1Install as a Cake Addin
#tool nuget:?package=APF.Core.Clean.Database&version=8.0.4.1Install as a Cake Tool
Core.Clean.Database is an infrastructure-level package that provides MySQL-specific configurations, helpers, and service implementations. It centralizes database connection handling, extensions, and feature-level services that interact directly with the database. This package depends on Core.Clean.Common for its abstractions and shared contracts.
dotnet build
dotnet test
register database dependencies in a microservice
using Aurionpro.PaymentFramework.Core.Clean.Database.Common.Extensions;
using Aurionpro.PaymentFramework.Core.Clean.Database.Implementations.Extensions;
var builder = WebApplication.CreateBuilder(args);
// Register common database dependencies
builder.Services.AddDatabaseSettings(builder.Configuration);
// Register Implementations-specific services
builder.Services.AddCoreCleanDatabase(builder.Configuration);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on APF.Core.Clean.Database:
| Package | Downloads |
|---|---|
|
APF.Core.Clean.ApiGateway
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.4.1 | 180 | 3/18/2026 |
| 8.0.0.12 | 218 | 6/9/2026 |
| 8.0.0.12-Beta-1 | 172 | 6/9/2026 |
| 8.0.0.11 | 169 | 6/8/2026 |
| 8.0.0.11-Beta-2 | 90 | 6/5/2026 |
| 8.0.0.11-Beta-1 | 80 | 6/5/2026 |
| 8.0.0.10 | 170 | 5/26/2026 |
| 8.0.0.10-Beta-1 | 233 | 5/25/2026 |
| 8.0.0.9 | 93 | 5/25/2026 |
| 8.0.0.9-Beta-1 | 528 | 5/8/2026 |
| 8.0.0.8 | 1,022 | 5/5/2026 |
| 8.0.0.8-Beta-1 | 79 | 5/5/2026 |
| 8.0.0.7 | 93 | 5/4/2026 |
| 8.0.0.7-Beta-1 | 448 | 4/17/2026 |
| 8.0.0.6 | 414 | 4/1/2026 |
| 8.0.0.6-Beta-1 | 363 | 3/31/2026 |
| 8.0.0.5 | 311 | 3/23/2026 |
| 8.0.0.5-Beta-3 | 325 | 3/19/2026 |
| 8.0.0.5-Beta-2 | 105 | 3/19/2026 |
| 8.0.0.5-Beta-1 | 85 | 3/18/2026 |
# Changelog
## 8.0.4.1 - 2026-03-18
- Added new IMerchantDetailService to get the merchant data
- Added missing variable for function GetMerchantDetailsAsync