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-06-28Support configuring spacer element. Fixes #42206Steve Sanderson
2022-06-23Output caching middleware (#41037)Sébastien Ros
2022-06-22Expose cookie extensions, consolidate cookie handling #39968 (#42119)Chris Ross
2022-06-19Sync shared code from runtime (#42288)github-actions[bot]
2022-06-18Sync shared code from runtime (#42276)github-actions[bot]
2022-06-17Use Vector instead of direct intrinsics (#41790)Gérald Barré
2022-06-16Support binding parameters to type Uri in Minimal Actions (#42217)campersau
2022-06-11Introduce IBindableFromHttpContext<TSelf> (#41100)Damian Edwards
2022-06-08Implement Http/2 WebSockets (#41558)Chris Ross
2022-06-03Adding WebTransport Handshake to Kestrel (#41877)Daniel Genkin
2022-06-03Enable trim analyzer (#41683)Sven Boemer
2022-06-01Add dotnet user-jwts tool and runtime support (#41520)Safia Abdalla
2022-06-01Convert all possible `DllImport`s to `LibraryImport` for .NET 7+ (#41573)Aaron Robinson
2022-05-24Sync shared code from runtime (#41810)github-actions[bot]
2022-05-20Add trimming annotations to DotNetObjectReference (#41610)Eric Erhardt
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-12Fix partial chunked cookies (#41646)Chris Ross
2022-05-10[Blazor] Updates selenium dependencies #41605Javier Calvarro Nelson
2022-05-10Fix selenium-standalone invocation (#41592)Safia Abdalla
2022-05-06Sync shared code from runtime (#41562)github-actions[bot]
2022-05-06[Blazor] Updates selenium dependencies (#41557)Javier Calvarro Nelson
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-05-03Sync shared code from runtime (#41458)github-actions[bot]
2022-05-01Sync shared code from runtime (#41317)github-actions[bot]
2022-05-01Update SDK and use 'u8' string literals (#41449)Brennan
2022-04-30Enable trimming for middleware and friends (#41373)Pranav K
2022-04-19Enable trimming for data protection (#41118)Pranav K
2022-04-15Add SocketsHttpHandler logging to gRPC interop tests (#41199)James Newton-King
2022-04-01Trim Kestrel (#40991)James Newton-King
2022-04-01Trim Microsoft.AspNetCore.Hosting (#40969)James Newton-King
2022-03-31Trim Http.Extensions (#40561)Pranav K
2022-03-28Sync shared code from runtime (#40890)github-actions[bot]
2022-03-25Switch to dynamic cert gen for tests (#39685)Hao Kung
2022-03-24Declare readonly members for mutable structs (#39637)James Newton-King
2022-03-22Avoiding `ParameterBindingMethodCache` exceptions in MVC (#40738)Bruno Oliveira
2022-03-15Preserve non-ASCII header value char treatment in http.sys. (#40706)Aditya Mandaleeka
2022-03-11Support tab characters in headers and unify validation code between servers (...Aditya Mandaleeka
2022-03-04Restore use of ParameterDefaultValue in ActivatorUtilities (#40529)Pranav K
2022-03-03New TryParseModelBinder (#40233)Bruno Oliveira
2022-03-03[main] Update Selenium versions (#40488)James Newton-King
2022-03-02Enable trimming for Http.Abstractions (#40430)Pranav K
2022-03-02Enable IDE0060 (#40461)Pranav K
2022-03-01Delete System.Runtime.CompilerServices.Unsafe package from dependency trackingJan Kotas
2022-02-26Cleanup ActivatorUtilities (#40409)Pranav K
2022-02-25Update src/Shared/ActivatorUtilities/ActivatorUtilities.csPranav K
2022-02-25Cleanup ActivatorUtilitiesPranav K
2022-02-25Enable CA1810 as a warning (#40384)Pranav K
2022-02-24Add LinkabilityChecker tool (#40342)James Newton-King
2022-02-10!nit! Be consistent about `msbuild` quotes (#40108)Doug Bunting