HBDStack.AspNetCore
6.5.5
See the version list below for details.
dotnet add package HBDStack.AspNetCore --version 6.5.5
NuGet\Install-Package HBDStack.AspNetCore -Version 6.5.5
<PackageReference Include="HBDStack.AspNetCore" Version="6.5.5" />
paket add HBDStack.AspNetCore --version 6.5.5
#r "nuget: HBDStack.AspNetCore, 6.5.5"
// Install HBDStack.AspNetCore as a Cake Addin #addin nuget:?package=HBDStack.AspNetCore&version=6.5.5 // Install HBDStack.AspNetCore as a Cake Tool #tool nuget:?package=HBDStack.AspNetCore&version=6.5.5
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. |
-
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 | Downloads | Last updated |
---|---|---|
6.5.24 | 571 | 10/12/2022 |
6.5.23 | 516 | 10/11/2022 |
6.5.22 | 520 | 10/10/2022 |
6.5.21 | 580 | 9/17/2022 |
6.5.20 | 528 | 9/5/2022 |
6.5.19 | 567 | 8/26/2022 |
6.5.18 | 543 | 8/26/2022 |
6.5.17 | 533 | 8/18/2022 |
6.5.16 | 555 | 8/17/2022 |
6.5.15 | 546 | 8/9/2022 |
6.5.14 | 557 | 8/5/2022 |
6.5.13 | 543 | 8/5/2022 |
6.5.12 | 565 | 8/5/2022 |
6.5.11 | 538 | 8/4/2022 |
6.5.10 | 557 | 8/4/2022 |
6.5.9 | 569 | 8/4/2022 |
6.5.8 | 602 | 8/4/2022 |
6.5.7 | 609 | 8/4/2022 |
6.5.6 | 578 | 8/4/2022 |
6.5.5 | 630 | 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.