9 references to Subscription
Sample (9)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (8)
3696
(false, typeof(global::SchemasEndpointsExtensions.
Subscription
)),
3718
var handler = Cast(del, global::Microsoft.AspNetCore.Http.IResult (global::SchemasEndpointsExtensions.
Subscription
arg0) => throw null!);
3727
var subscription_JsonBodyOrServiceResolver = ResolveJsonBodyOrService<global::SchemasEndpointsExtensions.
Subscription
>(logOrThrowExceptionHelper, "SchemasEndpointsExtensions.Subscription", "subscription", jsonSerializerOptions, serviceProviderIsService);
3737
return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::SchemasEndpointsExtensions.
Subscription
>(0)!));
3752
var
subscription_local = subscription_resolveJsonBodyOrServiceResult.Item2!;
3776
var
subscription_local = subscription_resolveJsonBodyOrServiceResult.Item2!;
3782
var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::SchemasEndpointsExtensions.
Subscription
>(httpContext, subscription_local!));
3793
var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.IResult (global::SchemasEndpointsExtensions.
Subscription
arg0) => throw null!);
Endpoints\MapSchemasEndpoints.cs (1)
48
schemas.MapPost("/subscription", (
Subscription
subscription) => Results.Ok(subscription));