- 9月 04, 2021
-
-
由 Ulises Hernandez 创作于
-
由 github-actions[bot] 创作于
* Run user defined hosted services before the server starts. - The generic web hosted service is added before any user code runs, as a result its impossible to write a hosted services that run before server startup. This behavior differs from what happens when you use the Startup class today. We call ConfigureServices then we add the IHostedService implementation that starts the server. This change mimics that behavior by adding the initial set of hosted services after your code runs. - Added a test * Apply suggestions from code review Co-authored-by:
Stephen Halter <halter73@gmail.com> Co-authored-by:
David Fowler <davidfowl@gmail.com> Co-authored-by:
Stephen Halter <halter73@gmail.com>
-
- 9月 03, 2021
-
-
由 James Newton-King 创作于
* WIP * Update * Update
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 Stephen Halter 创作于
* Add and flow ThrowOnBadRequest - Preserve BadHttpRequestException.StatusCode in DeveloperExceptionPageMiddleware - Improve RequiredParameterNotProvided log - Use TypeNameHelper in RequestDelegateFactory * Fix merge issues
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime
-
- 9月 02, 2021
-
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 David Fowler 创作于
- When the WebApplications's application name is specified, we need to set the it on the internal web host builder so that hosting startups can see the new name. This allows the logic to find hosting startups in the specified application name instead of the entry assembly. When running inside of test projects, the entry assembly is always the test host, that's why it showed it when running tests. - Added tests
-
由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 github-actions[bot] 创作于
* Add token null check * Revert "Add token null check" This reverts commit 662f04935e758e0557d7d162e1fad2a559944235. * Update AuthenticationService.ts Co-authored-by:
Tanay Parikh <TanayParikh@users.noreply.github.com> Co-authored-by:
Tanay Parikh <taparik@microsoft.com>
-
https://github.com/dotnet/efcore由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/efcore
-
由 github-actions[bot] 创作于
* Log time-taken more precisely * Log to other field * Feedback * Update src/Middleware/HttpLogging/src/W3CLoggingMiddleware.cs Co-authored-by:
Kahbazi <akahbazi@gmail.com> * Fix test * Feedback Co-authored-by:
Will Godbe <wigodbe@microsoft.com> Co-authored-by:
Kahbazi <akahbazi@gmail.com>
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime
-
由 github-actions[bot] 创作于
* Add big-endian version of optimized Guid accessors * Fixes part 4 of https://github.com/dotnet/aspnetcore/issues/35709 Co-authored-by:
Ulrich Weigand <ulrich.weigand@de.ibm.com>
-
由 github-actions[bot] 创作于
Improve the errors around UseStartup/Configure - Today we throw a NotSupportedException when you try to call any of the methods that register callbacks for wiring up the ASP.NET Core pipeline. Unfortunately, this conflicts with another NotSupportedException that doesn't make much sense. We fix this by delegating to ISupportsStartup before attempting to set the application name. - Improved the existing test (#36060) Co-authored-by:
David Fowler <davidfowl@gmail.com>
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/arcade
-
由 github-actions[bot] 创作于
* Byteswap (16-bit) chars instead of bytes in HttpHeaders code * Add byteswapping to KnownHeaders generated code * Remove byte order assertion preventing Kestrel server startup * Fixes part 1 of https://github.com/dotnet/aspnetcore/issues/35709 Co-authored-by:
Ulrich Weigand <ulrich.weigand@de.ibm.com>
-
由 github-actions[bot] 创作于
* Add big-endian version of optimized SockAddr.cs processing * Fixes part 2 of https://github.com/dotnet/aspnetcore/issues/35709 Co-authored-by:
Ulrich Weigand <ulrich.weigand@de.ibm.com>
-
由 github-actions[bot] 创作于
* Add failing test * Another bad test * Weird tests * Add IIS tests for HTTP/3 * Undo changes * Fixup * Move attribute * Feedback Co-authored-by:
Will Godbe <wigodbe@microsoft.com>
-
由 Stephen Halter 创作于
-
由 github-actions[bot] 创作于
[release/6.0] Pass request cancellation token when using IAsyncEnumerable in MVC and WriteAsJsonAsync (#35993) * Pass request cancellation token when using IAsyncEnumerable * more * fb * update * fixup assert Co-authored-by:
Brennan <brecon@microsoft.com>
-
由 github-actions[bot] 创作于
* wip * more * test wip * shared tests * fix main * fb Co-authored-by:
Brennan <brecon@microsoft.com>
-
由 github-actions[bot] 创作于
Remove unnecessary normalization in RoleExistsAsync method and update unit test with custom normalizer (#36050) Co-authored-by:
Fares Amr <faresamr@outlook.com>
-
由 github-actions[bot] 创作于
Add RouteValuesAddressSchemeTests Co-authored-by:
Stephen Halter <halter73@gmail.com>
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime
-
由 Tanay Parikh 创作于
This reverts commit 14a2c431.
-
由 github-actions[bot] 创作于
* Add analyzer for detecting misplaced attributes on delegates * Address feedback from peer review * Update IsInValidNamespace check * Avoid using ToString in namespace comparison * Update src/Framework/Analyzer/src/DelegateEndpoints/DetectMisplacedLambdaAttribute.cs Co-authored-by:
Pranav K <prkrishn@hotmail.com> * Update src/Framework/Analyzer/src/DelegateEndpoints/DetectMisplacedLambdaAttribute.cs Co-authored-by:
Safia Abdalla <safia@microsoft.com> Co-authored-by:
Pranav K <prkrishn@hotmail.com>
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime
-
由 dependabot[bot] 创作于
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `0134d73` to `955c7f8`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/0134d73a4902574269ff2e42827f7573d3df08ae...955c7f837efad184ec63e771c42542d37545eaef ) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 9月 01, 2021
-
-
https://github.com/dotnet/runtime由 dotnet-maestro[bot] 创作于
[release/6.0] Update dependencies from dotnet/runtime
-