BridgingIT.DevKit.Presentation.Configuration 10.0.106

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BridgingIT.DevKit.Presentation.Configuration --version 10.0.106
 
NuGet\Install-Package BridgingIT.DevKit.Presentation.Configuration -Version 10.0.106
 
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="BridgingIT.DevKit.Presentation.Configuration" Version="10.0.106" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BridgingIT.DevKit.Presentation.Configuration" Version="10.0.106" />
 
Directory.Packages.props
<PackageReference Include="BridgingIT.DevKit.Presentation.Configuration" />
 
Project file
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 BridgingIT.DevKit.Presentation.Configuration --version 10.0.106
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BridgingIT.DevKit.Presentation.Configuration, 10.0.106"
 
#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 BridgingIT.DevKit.Presentation.Configuration@10.0.106
 
#: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=BridgingIT.DevKit.Presentation.Configuration&version=10.0.106
 
Install as a Cake Addin
#tool nuget:?package=BridgingIT.DevKit.Presentation.Configuration&version=10.0.106
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

bITDevKit

Empowering developers with modular components for modern application development, centered around Domain-Driven Design principles.

Our goal is to empower developers by offering modular components that can be easily integrated into your projects. Whether you're working with repositories, commands, queries, or other components, the bITDevKit provides flexible solutions that can adapt to your specific needs.

This repository includes the complete source code for the bITDevKit, along with a variety of sample applications located in the ./examples folder within the solution. These samples serve as practical demonstrations of how to leverage the capabilities of the bITDevKit in real-world scenarios. All components are available as nuget packages.

For the latest updates and release notes, please refer to the CHANGELOG.

Join us in advancing the world of software development with the bITDevKit!

Product 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.108-preview.0.127 54 6/14/2026
10.0.108-preview.0.126 52 6/12/2026
10.0.108-preview.0.125 58 6/12/2026
10.0.108-preview.0.124 52 6/12/2026
10.0.108-preview.0.123 56 6/11/2026
10.0.108-preview.0.122 54 6/11/2026
10.0.108-preview.0.121 51 6/11/2026
10.0.108-preview.0.120 53 6/11/2026
10.0.108-preview.0.104 55 6/10/2026
10.0.108-preview.0.101 54 6/8/2026
10.0.108-preview.0.81 53 6/3/2026
10.0.108-preview.0.80 55 6/3/2026
10.0.108-preview.0.71 57 6/2/2026
10.0.108-preview.0.49 64 5/5/2026
10.0.108-preview.0.48 54 5/5/2026
10.0.108-preview.0.47 54 5/4/2026
10.0.108-preview.0.43 55 5/4/2026
10.0.108-preview.0.42 59 5/4/2026
10.0.108-preview.0.40 63 5/4/2026
10.0.106 116 4/10/2026
Loading failed

# Changelog

This changelog includes unreleased changes on `main` and the full tagged release history from the `main` branch.

## [10.0.105] - 2026年03月31日

- Added source-generated Requester authoring for commands and queries so handlers, request wiring, and validation integration can be defined from a single partial request type.
- Added attribute-based FluentValidation authoring for simple command and query property rules, including collection element validation, while keeping full `[Validate]` support for more complex scenarios.

## [10.0.104] - 2026年03月31日

- Added a new Pipeline feature in `Common.Utilities` with fluent definition and registration APIs, runtime behaviors, hooks, execution tracking, inline step support, and source-generated attributes to reduce registration boilerplate.

## [10.0.103] - 2026年03月19日

- Added the new `Application.DataPorter` feature for multi-format import and export.
- Introduced profile-based and attribute-based configuration, validation, streaming, compression, templates, typed row interception, progress reporting, and extensible custom formats.
- Added fluent import, export, and template option builders for a more discoverable API.

## [10.0.102] - 2026年02月25日

- Updated core package dependencies including Cosmos, Scalar.AspNetCore, and the test SDK.

## [10.0.101] - 2026年02月20日

- Updated the .NET 10 toolchain and package baseline to 10.0.103.

## [10.0.100] - 2026年02月20日

- Merged the main .NET 10 update baseline for the SDK and package set.

## [9.0.30] - 2025年12月19日

- Updated permission evaluation responses to return collections consistently.
- Added implicit string-to-permission conversion support.
- Performed general maintenance and dependency refresh work.

## [10.0.1] - 2025年11月26日

- Added string-based include options and refined permission evaluation behavior.
- Improved permission APIs with implicit string conversion support.
- Refreshed EF Core 10 and related package dependencies.

## [9.0.29] - 2025年11月18日

- Refreshed NuGet dependencies.

## [9.0.28] - 2025年11月18日

- Added new result operation saga scope helpers and related task extensions for multi-step workflows.
- Continued the `Result<T>`-based workflow improvements around operation scopes.

## [10.0.0] - 2025年11月12日

- Started the .NET 10 release line.
- Improved logging and transaction pipeline behavior, especially around EF Core and scoped behavior execution.
- Added requester and notifier authorization pipeline attributes, `ClaimsPrincipal` support for `ICurrentUserAccessor`, and a new CORS configuration feature for presentation projects.

## [9.0.27] - 2025年10月30日

- Added tracing support through the new `TracingBehavior` naming and improved job-related logging.
- Refreshed dependencies.

## [9.0.26] - 2025年10月29日

- Added a new interactive console command feature and expanded console command support.
- Improved EF permission-provider handling for typed entity IDs.

## [9.0.25] - 2025年10月21日

- Refactored authentication configuration into a clearer options model.
- Added JWT authentication extension methods.
- Improved OpenAPI metadata and Scalar integration.

## [9.0.24] - 2025年10月19日

- Added richer `ProblemDetails` support including schema and document transformers.
- Improved JSON serialization safety and error handling.
- Tightened confidentiality for token-validation logging.

## [9.0.23] - 2025年10月17日

- Added `FilterModel` parsing support for Minimal APIs.
- Standardized `ProblemDetails` and improved result-related error handling and logging.
- Updated dependencies to address security issues.

## [9.0.22] - 2025年10月13日

- Changed filter paging defaults so `page = 0` and `pageSize = 0` mean no paging.

## [9.0.21] - 2025年10月09日

- Expanded the `Result` API with `Bind` and `BindAsync` methods.
- Updated `DeleteResultAsync` to return both the result and the entity.
- Added `ModuleDbContextFactory` support and continued paging and tracking configuration improvements.

## [9.0.20] - 2025年10月02日

- Minor maintenance release focused on internal cleanup and documentation updates.

## [9.0.19] - 2025年10月01日

- Added OpenAPI document-generation startup paths and related example integration work.

## [9.0.18] - 2025年09月30日

- Improved the `Notifier` and `Requester` builder APIs.
- Added `INotificationHandler` support to `DomainEventHandlerBase`.
- Added a new repository-backed domain-event publisher behavior.

## [9.0.17] - 2025年09月30日

- Refined Roslyn generator project setup and refreshed dependencies.

## [9.0.16] - 2025年09月29日

- Reduced mediator dependencies in the domain layer and improved result usage in the example application.

## [9.0.15] - 2025年09月28日

- Updated the DoFiesta example application.

## [9.0.14] - 2025年09月24日

- Removed the `Infrastructure.Azure.HealthChecks` project.

## [9.0.13] - 2025年09月24日

- Removed health check support that depended on external packages.

## [9.0.12] - 2025年09月24日

- Prepared the codebase for .NET 10 by updating obsolete web and OpenAPI integration points.

## [9.0.11] - 2025年09月23日

- Removed the Pulsar message broker integration.

## [9.0.10] - 2025年09月22日

- Added a new Active Record capability.
- Added processing jitter support for domain and message outboxes.

## [9.0.9] - 2025年08月19日

- Added batched delete support for log maintenance.

## [9.0.8] - 2025年08月07日

- Added delay jitter support to the notification outbox.

## [9.0.7] - 2025年08月05日

- Follow-up stabilization release with no additional notable user-facing changes beyond `9.0.6`.

## [9.0.6] - 2025年08月05日

- Fixed the Quartz configuration key handling.
- Improved `Requester` and `Notifier` performance and supporting infrastructure.
- Continued domain-event handling enhancements.

## [9.0.5] - 2025年07月09日

- Maintenance release focused on repository housekeeping and project-structure cleanup.

## [9.0.4] - 2025年07月08日

- Improved file compression option handling.
- Refined file-storage decompression defaults based on archive extension.
- Improved CSV and text logging output.

## [9.0.3] - 2025年07月04日

- Added support for skipping SMTP server certificate validation.

## [9.0.2] - 2025年07月02日

- Updated the framework baseline to .NET 9.

## [9.0.1] - 2025年05月19日

- Documentation refresh release for the .NET 9 line.

## [3.0.4] - 2025年01月25日

- Added entity permissions and a new identity provider capability.
- Enhanced repository behavior, including concurrency support for Cosmos, EF, and in-memory repositories.
- Renamed `PagedResult` and continued repository reliability improvements.

## [3.0.3] - 2024年10月11日

- Improved module matching for inbound HTTP requests.
- Delivered a broad set of tracing and activity-correlation fixes.
- Added a more useful `Result.ToString()` implementation.

## [3.0.2] - 2024年04月25日

- Enabled request logging with corrected Serilog setup.
- Applied post-release fixes and workflow cleanup.

## [3.0.1] - 2024年04月25日

- Initial tagged release.