9 references to Config
Sample (9)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (8)
3450(false, typeof(global::SchemasEndpointsExtensions.Config)), 3472var handler = Cast(del, global::Microsoft.AspNetCore.Http.IResult (global::SchemasEndpointsExtensions.Config arg0) => throw null!); 3481var config_JsonBodyOrServiceResolver = ResolveJsonBodyOrService<global::SchemasEndpointsExtensions.Config>(logOrThrowExceptionHelper, "SchemasEndpointsExtensions.Config", "config", jsonSerializerOptions, serviceProviderIsService); 3491return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::SchemasEndpointsExtensions.Config>(0)!)); 3506var config_local = config_resolveJsonBodyOrServiceResult.Item2!; 3530var config_local = config_resolveJsonBodyOrServiceResult.Item2!; 3536var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::SchemasEndpointsExtensions.Config>(httpContext, config_local!)); 3547var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.IResult (global::SchemasEndpointsExtensions.Config arg0) => throw null!);
Endpoints\MapSchemasEndpoints.cs (1)
46schemas.MapPost("/config-with-generic-lists", (Config config) => Results.Ok(config));