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-11-12Removing duplicated semi-colons (#45038)HEADmainSébastien Ros
2022-11-10Fix `Excepted` -> `Expected` typos in repo (#44989)Tanay Parikh
2022-11-05Set ApiParameterDescription.Type to `string` for Simple Types (#44747)Bruno Oliveira
2022-11-01Enable CA1854 (#44799)Martin Costello
2022-10-28deleted bower from MvcSurayya Huseyn Zada
2022-10-24Improve StringBuilder usage (#44691)Brennan
2022-10-24Use IndexOfAny(char, char) when possible (#44687)Brennan
2022-10-18Improve MapGroup link generation test (#44562)Stephen Halter
2022-10-18Adds dialog form method to FormMethod enum (#44500)Alexander Wicht
2022-10-17Add comment about mixing FallbackPolicy with AuthorizeFilter (#44505)William Godbe
2022-10-17Add Uri StringSyntaxAttribute syntaxes (#44570)blouflashdb
2022-10-13Fixing XML documentation (#44511)Bruno Oliveira
2022-10-13IDE 29, 30, 31 null!Brennan Conroy
2022-10-13Add IDE 20, 38, and 200Brennan Conroy
2022-10-06Update comment to say which element is targeted (#44400)Brian Surowiec
2022-10-04Use string.StartsWith(char) and string.EndsWith(char) where applicable (#44310)Gérald Barré
2022-09-29Route tooling redux (#44077)James Newton-King
2022-09-15Merge branch 'main' into merge/release/7.0-to-mainBruno Oliveira
2022-09-15Improve file fallback routing behavior when using ConsumesAttribute (#43984)Mackinnon Buck
2022-09-15Merge branch 'main' into merge/release/7.0-to-mainBruno Oliveira
2022-09-14Merge commit 'cb14812a5c6098bd1091f5b7fd471ce2be45e8dd' into wtgodbe/IntMerge914wtgodbe
2022-09-14Explains that AddJsonOptions will use web defaults (#43921)Ashley Medway
2022-09-10Merge branch 'main' into merge/release/7.0-to-mainMackinnon Buck
2022-09-09[release/7.0] Improve error message for ByRef parameter exception (#43842)Bruno Oliveira
2022-09-08Fix Typos (#42612)Robin Sue
2022-09-02Merge branch 'release/7.0' into merge/release/7.0-to-mainStephen Halter
2022-09-02[release/7.0] Add and use RDF.InferMetadata and update new PopulateMetadata A...Stephen Halter
2022-08-28Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-08-28Move to newer xUnit packages (#43598)Doug Bunting
2022-08-27Support more ProblemDetails Titles out-of-the-box (#43232)Martin Costello
2022-08-20Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-08-19Remove excess blank lineDoug Bunting (AAPT)
2022-08-19[release/7.0-rc1] Adding Recursion depth control to ModelStateDictionaryWill Godbe
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-18Exclusively use Azure (public) feeds (#43303)Doug Bunting
2022-08-16Follow-ups from #43182 (#43309)Mackinnon Buck
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