Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-07Introducing `I*HttpResult` interfaces (#42385)Bruno Oliveira
2022-07-07Make ResultsOfTGenerator non-packable (#42604)Doug Bunting
2022-06-22Add generic method overloads to Microsoft.AspNetCore.Http.Results static clas...Bruno Oliveira
2022-06-10Remove explicit parameterName (#42026)David Acker
2022-06-06RequestDelegateFactory context classes ApplicationServices property (#41952)Damian Edwards
2022-05-13Using WriteJsonAsync<object?> operation for ProblemHttpResult (#41670)Bruno Oliveira
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-05-02Added overloads on Results/TypedResults for Content/Text with status codeDamian Edwards
2022-04-28Ensure IResult types throw ArgumentNullExceptions on public methods (#41412)Damian Edwards
2022-04-20Place XML comment hrefs in see elements (#41254)James Newton-King
2022-04-19Add TypedResults static factory class for creating typed IResult objects (#41...Damian Edwards
2022-04-12Add ctors to EndpointMetadataContext/EndpointParameterMetadataContext (#41116)Damian Edwards
2022-04-11Make Results<TResult1, TResultN> union types implement IEndpointMetadataProvi...Damian Edwards
2022-04-08Caching common HttpResults types (#40965)Bruno Oliveira
2022-04-08Introduce the Results<TResult1, TResult2, TResultN> union types (#40986)Damian Edwards
2022-03-20Make IResults types public (#40704)Bruno Oliveira
2022-03-05feat (Minimal) : Add `EmptyResult` (#40171)Shreyas Jejurkar
2022-01-27Enable IDE2000 (#39803)Pranav K
2022-01-25Added more stream result types (#39709)David Fowler
2022-01-16Refactor : Remove unwanted things (#39548)Shreyas Jejurkar
2022-01-10Using symbolic link APIs on PhysicalFileResult to obtain the real Length and ...Bruno Oliveira
2022-01-02chore : Remove unwanted `using` statement (#39176)Shreyas Jejurkar
2021-11-29Fix grammar in XML docs (#38661)Martin Costello
2021-11-12[main] Mark 6.0 API surface as shippedDoug Bunting
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-09-24Improve Results.Problem and Results.ValidationProblem APIs (#36856) (#36930)Safia Abdalla
2021-08-26Move IResultsExtension to M.A.Http namespace (#35717) (#35741)Safia Abdalla
2021-08-23Add support for Results extension point (#35571)Safia Abdalla
2021-07-23Find and Replace Apache License -> MITKevin Pilch
2021-07-20Problem details cleanup (#34557)Pranav K
2021-07-14Cleanup Results helper (#34296)Pranav K
2021-07-12[main] Update dependencies from dotnet/efcore dotnet/runtime (#34033)dotnet-maestro[bot]
2021-07-10Add ProblemDetails helpers to Results (#34206)Pranav K
2021-06-30Separate IResult based results from ActionResults (#33843)Pranav K