15 writes to Detail
Aspire.Dashboard (4)
DashboardEndpointsBuilder.cs (4)
152Detail = $"No resource with specified name(s) was found.", 183Detail = $"No resource with specified name(s) was found.", 204Detail = $"No resource with specified name(s) was found.", 222Detail = $"No trace with ID '{traceId}' was found.",
Microsoft.AspNetCore.Diagnostics (1)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
254Detail = errorContext.Exception.Message,
Microsoft.AspNetCore.Http.Extensions (2)
_generated\1\ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
146Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail = value!,
_generated\2\ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
124Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail = value!,
Microsoft.AspNetCore.Http.Results (3)
Results.cs (1)
805Detail = detail,
TypedResults.cs (2)
791Detail = detail, 860Detail = detail,
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (2)
1872Detail = detail, 1994Detail = detail,
Infrastructure\DefaultProblemDetailsFactory.cs (2)
53Detail = detail, 80Detail = detail,
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
ProblemDetailsWrapper.cs (1)
82ProblemDetails.Detail = value;
19 references to Detail
Microsoft.AspNetCore.Http.Extensions (2)
_generated\1\ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
145Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail,
_generated\2\ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
123Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail,
Microsoft.AspNetCore.Http.Results (8)
Results.cs (4)
709/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 728/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 758/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 782/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
TypedResults.cs (4)
752/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 773/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 819/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 840/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
Microsoft.AspNetCore.Mvc.Core (7)
ControllerBase.cs (4)
1832/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 1851/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 1942/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 1966/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
Infrastructure\DefaultApiProblemDetailsWriter.cs (1)
61context.ProblemDetails.Detail,
Infrastructure\ProblemDetailsFactory.cs (2)
21/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param> 40/// <param name="detail">The value for <see cref="ProblemDetails.Detail" />.</param>
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ProblemDetailsWrapper.cs (2)
117if (!string.IsNullOrEmpty(ProblemDetails.Detail)) 121ProblemDetails.Detail);