HBDStack.AspNetCore 6.5.24

dotnet add package HBDStack.AspNetCore --version 6.5.24
NuGet\Install-Package HBDStack.AspNetCore -Version 6.5.24
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="HBDStack.AspNetCore" Version="6.5.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBDStack.AspNetCore --version 6.5.24
#r "nuget: HBDStack.AspNetCore, 6.5.24"
#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.
// Install HBDStack.AspNetCore as a Cake Addin
#addin nuget:?package=HBDStack.AspNetCore&version=6.5.24

// Install HBDStack.AspNetCore as a Cake Tool
#tool nuget:?package=HBDStack.AspNetCore&version=6.5.24

The helper for AspNetCore

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HBDStack.AspNetCore:

Package Downloads
HBDStack.AspNetCore.Extensions

The helper for AspNetCore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.5.24 527 10/12/2022
6.5.23 496 10/11/2022
6.5.22 494 10/10/2022
6.5.21 543 9/17/2022
6.5.20 497 9/5/2022
6.5.19 527 8/26/2022
6.5.18 518 8/26/2022
6.5.17 507 8/18/2022
6.5.16 518 8/17/2022
6.5.15 512 8/9/2022
6.5.14 525 8/5/2022
6.5.13 523 8/5/2022
6.5.12 537 8/5/2022
6.5.11 502 8/4/2022
6.5.10 531 8/4/2022
6.5.9 535 8/4/2022
6.5.8 570 8/4/2022
6.5.7 573 8/4/2022
6.5.6 557 8/4/2022
6.5.5 597 7/24/2022

Version 3.x
      - Using HBD.Efcore.BizAction
     Version 2.x
     - Custom details error handler.

     Version 1.x
     - Transform ValidatinoProblemDetails as camelCase by default and allow change NamingPolicy
     - Support ApplicationException with DbUpdateConcurrencyException (HttpStatusCode.Conflict)
     - Forward bad request from upstream to client
     - Add global exception for ArgumentException, ValidationException
     - Fix bug: message cannot be added into message array
     - Using ValidationProblemDetails instand of ProblemDetails
     - Error Handling: Cover the case that a field with multiple validation error.
     - Fix issue when cannot get ILogger.
     - Enhance: Set TraceIdentifier into ProblemDetails.Instance
     - The first version with predefined of IModel, IViewModel and Some handling middle-ware
     - Support Application Insights Log.
     - Added Global Exception Handling.
     - Added supports Client Certificate validation.
     - Added Rate Limit Attribute.