3 references to Todo
Microsoft.AspNetCore.Http.Results.Tests (3)
InternalServerErrorOfTResultTests.cs (3)
109InternalServerError<Todo> MyApi() { throw new NotImplementedException(); } 114PopulateMetadata<InternalServerError<Todo>>(((Delegate)MyApi).GetMethodInfo(), builder); 119Assert.Equal(typeof(Todo), producesResponseTypeMetadata.Type);