Soenneker.Dtos.ProblemDetails
4.0.455
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Dtos.ProblemDetails --version 4.0.455
NuGet\Install-Package Soenneker.Dtos.ProblemDetails -Version 4.0.455
<PackageReference Include="Soenneker.Dtos.ProblemDetails" Version="4.0.455" />
<PackageVersion Include="Soenneker.Dtos.ProblemDetails" Version="4.0.455" />
<PackageReference Include="Soenneker.Dtos.ProblemDetails" />
paket add Soenneker.Dtos.ProblemDetails --version 4.0.455
#r "nuget: Soenneker.Dtos.ProblemDetails, 4.0.455"
#:package Soenneker.Dtos.ProblemDetails@4.0.455
#addin nuget:?package=Soenneker.Dtos.ProblemDetails&version=4.0.455
#tool nuget:?package=Soenneker.Dtos.ProblemDetails&version=4.0.455
Soenneker.Dtos.ProblemDetails
Describes a machine-readable API error without requiring a dependency on ASP.NET Core MVC's problem-details type.
Install
dotnet add package Soenneker.Dtos.ProblemDetails
What you get
ProblemDetailsDto— Describes a machine-readable API error without requiring a dependency on ASP.NET Core MVC's problem-details type.
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
ProblemDetailsDto.Type |
URI reference that identifies the problem category and may resolve to human-readable documentation. When omitted, clients may treat it as about:blank. |
URI reference that identifies the problem category and may resolve to human-readable documentation. When omitted, clients may treat it as about:blank. |
ProblemDetailsDto.Title |
Short, human-readable summary of the problem category. It should remain consistent across occurrences except when localized. | Short, human-readable summary of the problem category. It should remain consistent across occurrences except when localized. |
ProblemDetailsDto.Status |
HTTP status code generated for this occurrence of the problem. | HTTP status code generated for this occurrence of the problem. |
ProblemDetailsDto.Detail |
A human-readable explanation specific to this occurrence of the problem. | A human-readable explanation specific to this occurrence of the problem. |
ProblemDetailsDto.Instance |
URI reference that identifies this specific occurrence of the problem and may resolve to additional information. | URI reference that identifies this specific occurrence of the problem and may resolve to additional information. |
ProblemDetailsDto.Extensions |
Additional problem-specific members serialized alongside the standard fields. Problem type definitions MAY extend the problem details object with additional members. Extension members appear in the same namespace as other members of a problem type. | The round-tripping behavior for Extensions is determined by the implementation of the Input \ Output formatters. In particular, complex types or collection types may not round-trip to the original type when using the built-in JSON or XML formatters. |
Important behavior
ProblemDetailsDto.Extensions: The round-tripping behavior forExtensionsis determined by the implementation of the Input \ Output formatters. In particular, complex types or collection types may not round-trip to the original type when using the built-in JSON or XML formatters.
| Product | Versions 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. |
-
net10.0
- Newtonsoft.Json (>= 13.0.4)
- Soenneker.Attributes.PublicOpenApiObject (>= 4.0.52)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Soenneker.Dtos.ProblemDetails:
| Package | Downloads |
|---|---|
|
Soenneker.Dtos.Results.Operation
A standardized wrapper for the outcome of an operation, containing either a successful result value or a ProblemDetails describing the error, along with an HTTP status code. |
|
|
Soenneker.Maui.Admob
A cross-platform library for adding Google Admob ads to MAUI applications |
|
|
Soenneker.TrustedForm.Blazor
Loads ActiveProspect TrustedForm in Blazor and exposes recording, certificate URL, and finalization controls. |
|
|
Soenneker.Dtos.Results.Api
A generic container for API responses with ProblemDetails support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.456 | 4,786 | 8/30/2026 |
| 4.0.455 | 89 | 8/30/2026 |
| 4.0.454 | 85 | 8/29/2026 |
| 4.0.452 | 8,661 | 8/18/2026 |
| 4.0.451 | 89 | 8/18/2026 |
| 4.0.450 | 1,737 | 8/11/2026 |
| 4.0.449 | 7,178 | 7/28/2026 |
| 4.0.448 | 124 | 7/28/2026 |
| 4.0.447 | 8,799 | 7/16/2026 |
| 4.0.446 | 111 | 7/16/2026 |
| 4.0.445 | 3,041 | 7/14/2026 |
| 4.0.444 | 9,960 | 6/18/2026 |
| 4.0.442 | 5,855 | 6/9/2026 |
| 4.0.441 | 5,192 | 6/5/2026 |
| 4.0.440 | 137 | 6/5/2026 |
| 4.0.439 | 5,698 | 5/12/2026 |
| 4.0.438 | 8,398 | 4/22/2026 |
| 4.0.437 | 123 | 4/22/2026 |
| 4.0.436 | 149 | 4/21/2026 |
| 4.0.435 | 4,349 | 4/14/2026 |
Update dependency Soenneker.Attributes.PublicOpenApiObject to 4.0.52 (#1009)