Soenneker.Dtos.ProblemDetails 4.0.455

Prefix Reserved
There is a newer version of this package available.
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
                    
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="Soenneker.Dtos.ProblemDetails" Version="4.0.455" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Dtos.ProblemDetails" Version="4.0.455" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Dtos.ProblemDetails" />
                    
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 Soenneker.Dtos.ProblemDetails --version 4.0.455
                    
#r "nuget: Soenneker.Dtos.ProblemDetails, 4.0.455"
                    
#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 Soenneker.Dtos.ProblemDetails@4.0.455
                    
#: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=Soenneker.Dtos.ProblemDetails&version=4.0.455
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Dtos.ProblemDetails&version=4.0.455
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

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 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.
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 (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
Loading failed

Update dependency Soenneker.Attributes.PublicOpenApiObject to 4.0.52 (#1009)