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
path: root/src/Mvc
AgeCommit message (Expand)Author
2022-09-09[release/7.0] Improve error message for ByRef parameter exception (#43842)Bruno Oliveira
2022-09-02[release/7.0] Add and use RDF.InferMetadata and update new PopulateMetadata A...Stephen Halter
2022-08-28Move to newer xUnit packages (#43598)Doug Bunting
2022-08-19[release/7.0-rc1] Add support for running final conventions during build (#43...Safia Abdalla
2022-08-18Stop setting content length 0 on 204s in MVC. (#43360)Aditya Mandaleeka
2022-08-18Don't run publish-specific Mvc.Testing tasks if project is not publishable (#...Safia Abdalla
2022-08-15Fix MVC form data binding localization (#43182)Mackinnon Buck
2022-08-12Updating HttpMethodMetadata based on ICorsMetadata (#43077)Bruno Oliveira
2022-08-12Make route handler filters work for MVC controllers (#42557)David Fowler
2022-08-03[main] Update dependencies from dotnet/runtime (#43043)dotnet-maestro[bot]
2022-08-01Updated to jquery.validate.unobtrusive v4.0.0 (#42999)Artak
2022-07-29Quarantine failing HTTP3 tests (#42968)Brennan
2022-07-27Revert "Route tooling (#42597)" (#42943)James Newton-King
2022-07-24Route tooling (#42597)James Newton-King
2022-07-23Updating MVC.Testing.targets (#42863)Bruno Oliveira
2022-07-22Allow Collection Default Value binding (#42824)Bruno Oliveira
2022-07-20Update SDK to 7.0.100-rc.1.22368.21 (#42803)Stephen Halter
2022-07-19Fix CollectionModelBinder BindSimpleCollection null value handling (#42278)campersau
2022-07-14Adding ProblemDetailsService (#42384)Bruno Oliveira
2022-06-24Unquarantine + extra (#42410)Brennan
2022-06-23Output caching middleware (#41037)Sébastien Ros
2022-06-21[Route Groups] Support AddFilter, WithOpenApi and other additive conventions ...Stephen Halter
2022-06-17Fix nullability of TryUpdateModelAsync (#41959)Stephen Halter
2022-06-15Add route string syntax attribute (#42179)James Newton-King
2022-06-11[main] Undo #41937 changesDoug Bunting
2022-06-09Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to latest stable (#41115)Brennan
2022-06-04Add Request Decompression middleware (#40279)David Acker
2022-06-02Revert "Check the environment on Helix (#41971)" (#41977)Tanay Parikh
2022-06-01Check the environment on Helix (#41971)Javier Calvarro Nelson
2022-05-31Skip failing template tests (#41936)Mackinnon Buck
2022-05-31Fix the RedirectHandler (in Mvc.Testing) for relative URIs (#41742)Cédric Luthi
2022-05-25Adding API convention to contribute to Endpoint Metadata (#41635)Bruno Oliveira
2022-05-20fix allocation issue caused by ordering of MVC result executors for Task resu...Rafiki Assumani
2022-05-18Favor parameter name in route pattern when available (#41701)Safia Abdalla
2022-05-13 Surrogate argument list in Minimal APIs (#41325)Bruno Oliveira
2022-05-09Add a no-op IServerAddressesFeature implementation to TestServer.Features (#4...Philipp Voronin
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-05-02[MVC] Minor TagHelper refactoring (#41454)Martin Costello
2022-04-25Add MapGroup (#41265)Stephen Halter
2022-04-20Place XML comment hrefs in see elements (#41254)James Newton-King
2022-03-31Update WebApplicationFactoryClientOptions.cs (#40963)Chad Tolkien
2022-03-27Add gRPC JSON transcoding (#40242)James Newton-King
2022-03-25[main] Update dependencies from dotnet/runtime (#40853)dotnet-maestro[bot]
2022-03-24Adding a new ActionResult to process IResult (#40710)Bruno Oliveira
2022-03-22Avoiding `ParameterBindingMethodCache` exceptions in MVC (#40738)Bruno Oliveira
2022-03-19[main] Update dependencies from dotnet/runtime (#40775)dotnet-maestro[bot]
2022-03-19Cleanup logs after successful test runs (#40411)Doug Bunting
2022-03-18[main] Update dependencies from dotnet/runtime (#40754)dotnet-maestro[bot]
2022-03-15Support OpenAPI summaries and descriptions on minimal endpoints (#40088) (#40...Safia Abdalla
2022-03-13Quarantining #40661 (#40662)Steve Sanderson