HBDStack.AspNetCore
                             
                            
                                6.5.6
                            
                        
                    dotnet add package HBDStack.AspNetCore --version 6.5.6
NuGet\Install-Package HBDStack.AspNetCore -Version 6.5.6
<PackageReference Include="HBDStack.AspNetCore" Version="6.5.6" />
<PackageVersion Include="HBDStack.AspNetCore" Version="6.5.6" />
<PackageReference Include="HBDStack.AspNetCore" />
paket add HBDStack.AspNetCore --version 6.5.6
#r "nuget: HBDStack.AspNetCore, 6.5.6"
#:package HBDStack.AspNetCore@6.5.6
#addin nuget:?package=HBDStack.AspNetCore&version=6.5.6
#tool nuget:?package=HBDStack.AspNetCore&version=6.5.6
The helper for AspNetCore
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. | 
- 
                                                    net6.0- HBDStack.StatusGeneric (>= 6.5.1)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.20.0)
- Microsoft.AspNetCore.Diagnostics (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.EntityFrameworkCore.Relational (>= 6.0.6)
- Microsoft.Extensions.Hosting (>= 6.0.1)
- Refit (>= 6.3.2)
- System.ComponentModel.Annotations (>= 5.0.0)
 
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 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.