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
AgeCommit message (Collapse)Author
2022-09-15Continue using `typeof(void)` for empty results (#43990)Stephen Halter
2022-09-14[7.0] Close connections on client cert failures (#43958)Chris Ross
* Close connections on client cert failures #41369 * Update TlsConnectionFeature.cs * Update src/Servers/Kestrel/Core/src/Internal/TlsConnectionFeature.cs Co-authored-by: Stephen Halter <halter73@gmail.com>
2022-09-14[Blazor] MSAL updates (#43954)Javier Calvarro Nelson
* [Blazor] MSAL updates * Update MSAL * Replace history on navigation * Add logging * Leverage crypto.randomUUID * Fix support for requesting additional tokens interactively. * Prevent triming MsalProviderOptions. * Correct Linker descriptor * Further logging and logout cleanup
2022-09-14[release/7.0] Infer response metadata in RequestDelegateFactory (#43961)Stephen Halter
* Infer response metadata in RequestDelegateFactory * Update OpenApiRouteHandlerBuilderExtensionTests * Infer 200 status despite HttpContext and HttpResponse parameters * Remove dead code
2022-09-14[release/7.0] Update dependencies from dotnet/arcade (#43880)dotnet-maestro[bot]
[release/7.0] Update dependencies from dotnet/arcade - Fix trimming warning - Update justification - Suppress IL2121 - Revert "Update justification" This reverts commit c1e4066e79ae6187d07b0c19ebb7eb83b59cdde9. - Revert "Fix trimming warning" This reverts commit 7bbda3834713630ea20b2fcc67fd8fbe35e8e7ee. - Validate DataProtection custom algorithm has a constructor - Additional fixes - Fix NoWarn overrides - Update LinkabilityChecker.csproj - Update WasmLinkerTest.csproj
2022-09-14[release/7.0] Add a JS initializer for the Blazor custom elements package ↵Mackinnon Buck
(#43809) * Add JS initializer for custom elements package * Remove additional JS file * Debugging E2E test failures in CI * JS is always compiled before output is included
2022-09-13Fix `Path` and `Exception` content in the Problem Details Json (#43848)Bruno Oliveira
* Fix Path content * Updating exception details
2022-09-13Fix double dispatch on linux (#43931)David Fowler
* Fix double dispatch on linux * Fixing a regression introduced into linux sockets workloads when removing double dispatching on windows. We only want to dispatch by default if we're running on the old windows IO threadpool. * Update src/Servers/Kestrel/Transport.Sockets/src/SocketConnectionContextFactory.cs Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
2022-09-13[release/7.0] Improve Output Caching public API (#43892)Sébastien Ros
* Improve API based on user feedback * Rename useDefaultPolicy
2022-09-13[7.0] Disable body streams for H2 CONNECT requests (#43814)Chris Ross
* Disable body streams and pipes for H2 CONNECT 2xx and Upgrade responses #43697 * Update messages, allow 2XX * More message fixes
2022-09-13Add Http/2 WebSocket HttpClient interop tests #41895 (#43851)Chris Ross
2022-09-13Fix redirect to login (#43520)Javier Calvarro Nelson
2022-09-10[release/7.0] Remove tagged keys as entries are evicted (#43728)Sébastien Ros
* Remove tagged keys as entries are evicted * Revert middleware tests changes * Fix unit test * Add braces * Fix flaky tests * Fix tests * Feedback * Feedback * Comment * Remove left over exception * Fix test
2022-09-09[release/7.0] Fix NavigationLock prerendering (#43785)Mackinnon Buck
2022-09-09[SignalR] [JS Client] Retry HTTP request on auth failure (#43854)Brennan
* [SignalR] [JS Client] Retry HTTP request on auth failure * fix build * fix bug * fb * fb * fix rebase errors * fb
2022-09-09Empty template tweaks (#43868)Steve Sanderson
* Use normal indentation for MainLayout.razor in empty template * Use same h1:focus rule as regular template
2022-09-09[release/7.0] Fix Blazor RemoteAuthenticatorView processing the same action ↵Mackinnon Buck
multiple times (#43844)
2022-09-09[release/7.0] Improve error message for ByRef parameter exception (#43842)Bruno Oliveira
* Throw for byRef parameters (Minimal APIs) * Avoid exception when checking for tryparse (MVC) * Update RequestDelegateFactoryTests.cs * Adding "ref" * Adding "ref" to the error message * Removing extra space
2022-09-09[SignalR] Fix bug when combining streaming and client results (#43552)Brennan
* [SignalR] Fix bug when combining streaming and client results * fb * fb
2022-09-09[SignalR] Handle wrong type from client result (#43670)Brennan
* [SignalR] Handle wrong type from client result * fb
2022-09-09[SignalR][TS client] Send ping on connection start (#43695)Brennan
2022-09-09[release/7.0] HTTP/3: Improve handling of connection timeout (#43820)James Newton-King
2022-09-09[release/7.0] Add query parameters to gRPC transcoding OpenAPI (#43751)James Newton-King
* [release/7.0] Add query parameters to gRPC transcoding OpenAPI * Use JSON name in route parameters * Comment
2022-09-09Serialize output caching entries to binary (#43672)Sébastien Ros
* Serialize output caching entries to binary Fixes #43415 * Handle null values * Fix formatting
2022-09-09[SignalR] Avoid unobserved tasks in the .NET client (#43545)Brennan
* [SignalR] Avoid unobserved tasks in the .NET client * fb
2022-09-08Update dotnet-getdocument to support minimal APIs (#43701)Safia Abdalla
* Update dotnet-getdocument to support minimal APIs * Address feedback from peer review
2022-09-08[release/7.0] Fix tests from bad merge (#43817)James Newton-King
2022-09-08Fix non-shared framework packages referencing transport package (#43784)Brennan
2022-09-08[release/7.0] Cleanup and tests around transcoding error handling (#43745)James Newton-King
2022-09-08Avoid client result invocation ID collisions (#43716)Brennan
2022-09-08[release/7.0] Add default error response to gRPC transcoding (#43768)James Newton-King
* [release/7.0] Add default error response to gRPC transcoding * Fix * Change error to status * Update
2022-09-08[release/7.0] Update dependencies from dotnet/runtime dotnet/efcore (#43787)dotnet-maestro[bot]
2022-09-07Allow spaces between the url and http version #43704 (#43706)Chris Ross
2022-09-07[release/7.0] Fix auth exception stopping QUIC connection listener (#43730)James Newton-King
* Fix auth exception stopping connection listener * Update * Update * Update * Fix build * PR feedback
2022-09-07Throw if a by ref type is returned to avoid making invalid IL (#43733)David Fowler
2022-09-07Don't cache Endpoints if a source throws (#43729)Stephen Halter
2022-09-06[release/7.0] Update dependencies from dotnet/efcore dotnet/runtime (#43665)dotnet-maestro[bot]
[release/7.0] Update dependencies from dotnet/efcore dotnet/runtime - Update RateLimitingMiddlewareTests.cs
2022-09-03Skip output caching for keys with delimiters (#43553)Sébastien Ros
* Improve vary-by rules * Update API * Skip output caching for keys with delimiters Fixes #43414 * PR feedback * Ignore configured keys from delimiters check * Fix blank lines * Skip method and scheme from delimiter checks * Revert submodules changes
2022-09-02Handle T-E edge cases #43664 (#43669)Chris Ross
2022-09-02Hot reload: reinitialize component on param remove (#43418)Mackinnon Buck
2022-09-02Add pointerenter/leave to nonBubblingEvents (#43542)Haytam Zanid
* Add pointerenter/leave to nonBubblingEvents Should fix #43129 * Add e2e test * Update JS "binaries" Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
2022-09-02QUIC: Don't complete writes on abort (#43630)James Newton-King
2022-09-02[release/7.0] Add and use RDF.InferMetadata and update new PopulateMetadata ↵Stephen Halter
API (#43543)
2022-09-02[release/7.0] (deps): Bump src/submodules/spa-templates (#43692)dependabot[bot]
Bumps [src/submodules/spa-templates](https://github.com/dotnet/spa-templates) from `1edf19d` to `ec91da8`. - [Release notes](https://github.com/dotnet/spa-templates/releases) - [Commits](https://github.com/dotnet/spa-templates/compare/1edf19d7c2dc9217359b75342a0ff3f0357f5bc2...ec91da8f0a88fbff35e89b67d81a4bd3a864a673) --- updated-dependencies: - dependency-name: src/submodules/spa-templates dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01Require preview features for most quic options (#43639)Chris Ross
2022-09-01[release/7.0] (deps): Bump src/submodules/googletest (#43691)dependabot[bot]
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `afd902e` to `9080381`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/afd902e992b720d1b3e106bc5e425a5768872265...9080381758fad853aa17ba1c3255ee8a35e452ca) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01Improve vary-by rules (#43257)Sébastien Ros
2022-08-31[release/7.0] Improve port search retry logic (#43557)James Newton-King
* [release/7.0] Improve port search retry logic * Update * Improvements * Comment * Logging * PR feedback
2022-08-28Move to newer xUnit packages (#43598)Doug Bunting
* Get newer xUnit packages - move to `2.4.2` version of most xUnit packages - we were slightly behind Arcade SDK here and newer version has some fixes - _could_ reuse Arcade SDK's `$(XUnitVersion)` - that would require moving e.g. `$(XUnitAssertVersion)` to (say) CSharp.Common.props - VersionDefaults.props in SDK imports our Versions.props before setting its defaults - react to nullability errors due to new annotations in this version - move to XUnit.Abstractions `1.0.0` - react to issues new analyzer finds * Workaround Xunit bug casting InlineData (#43570) See https://github.com/xunit/xunit/issues/2564 Workaround this issue by avoiding a cast between nullable numeric types. Co-authored-by: Eric StJohn <ericstj@microsoft.com>
2022-08-27[release/7.0] (deps): Bump src/submodules/spa-templates (#43591)dependabot[bot]
Bumps [src/submodules/spa-templates](https://github.com/dotnet/spa-templates) from `9044834` to `1edf19d`. - [Release notes](https://github.com/dotnet/spa-templates/releases) - [Commits](https://github.com/dotnet/spa-templates/compare/9044834f67887b23da3454549ab77545f1286d58...1edf19d7c2dc9217359b75342a0ff3f0357f5bc2) --- updated-dependencies: - dependency-name: src/submodules/spa-templates dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>