1 type derived from ProblemDetails
Microsoft.AspNetCore.Http.Abstractions (1)
11 instantiations of ProblemDetails
Aspire.Dashboard (4)
Microsoft.AspNetCore.Diagnostics (1)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Http.Results (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
211 references to ProblemDetails
Microsoft.AspNetCore.Diagnostics (6)
Microsoft.AspNetCore.Http.Abstractions (10)
Microsoft.AspNetCore.Http.Extensions (65)
_generated\1\ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (24)
80DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
82Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type,
83Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type = value!,
90AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
101DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
103Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Title,
104Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Title = value!,
111AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Title", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
122DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
124Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Status,
125Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Status = value!,
132AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Status", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
143DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
145Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail,
146Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail = value!,
153AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Detail", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
164DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
166Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Instance,
167Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Instance = value!,
174AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Instance", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
185DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
187Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Extensions,
188Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Extensions = value!,
195AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Extensions", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, object>), global::System.Array.Empty<global::System.Type>(), null),
_generated\2\ProblemDetailsJsonContext.ProblemDetails.g.cs (34)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails>? _ProblemDetails;
19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails> ProblemDetails
22get => _ProblemDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails));
25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails> Create_ProblemDetails(global::System.Text.Json.JsonSerializerOptions options)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Mvc.ProblemDetails>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails> jsonTypeInfo))
29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Mvc.ProblemDetails>
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails>(options, objectInfo);
58DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
60Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type,
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type = value!,
68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
81Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Title,
82Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Title = value!,
89AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Title", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
100DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
102Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Status,
103Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Status = value!,
110AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Status", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
121DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
123Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail,
124Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Detail = value!,
131AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Detail", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
142DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
144Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Instance,
145Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Instance = value!,
152AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Instance", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
163DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails),
165Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Extensions,
166Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Extensions = value!,
173AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails).GetProperty("Extensions", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, object>), global::System.Array.Empty<global::System.Type>(), null),
Microsoft.AspNetCore.Http.Results (66)
Microsoft.AspNetCore.Mvc.Core (55)
Microsoft.AspNetCore.Mvc.Formatters.Xml (5)
Microsoft.AspNetCore.Routing (4)