forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from dotnet:main #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
1,573
commits into
ScorpiusDraconis83:main
Choose a base branch
from
dotnet:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
[main] Update dependencies from dotnet/runtime
* Converted to the SLNX solution format * Added the default solution setting to the devcontainer settings.
…0406.1 (#61356) [main] Update dependencies from dotnet/runtime
…0250404.8 (#61353) [main] Update dependencies from dotnet/extensions
…406.1 (#61359) dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 10.0.0-preview.4.25203.5 -> To Version 10.0.0-preview.4.25206.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Typo in AuthenticationMetrics.cs description Copy/paste error? * Update src/Http/Authentication.Core/src/AuthenticationMetrics.cs Co-authored-by: Stephen Halter <[email protected]> * Update sign-in counter description --------- Co-authored-by: Stephen Halter <[email protected]>
* Update .NET SDK
* Add InvokeNewAsync, GetValueAsync & SetValueAsync to IJSRuntime * Add sync variants to IJSInProcessRuntime * Add relevant variants to IJSObjectReference and IJSInProcessReference * Add BeginInvokeJS overload using JSInvocationInfo configuration DTO to JSRuntime * Add InvokeJS overload using JSInvocationInfo configuration DTO to JSInProcessRuntime * Add support for the new operations to Microsoft.JSInterop.JS
…406.1 (#61351) Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.25178.2 -> To Version 10.0.0-beta.25206.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Merged PR 47426: Http/3 Partial Frame support Support partial frames for HTTP/3 in Kestrel. We incrementally parse frames as they come in. * Update EnhancedNavigationTest.cs --------- Co-authored-by: Brennan Conroy <[email protected]>
* Avoid checking the shared cache on a per-request basis to resolve the type for existing persistent service registrations * Avoid resolving registrations on a per-request basis
[main] Update dependencies from dotnet/runtime
When a result value is null, and the return type is a nullable value type, Convert.ChangeType throws instead of returning the null value. Fixes #30366
This reverts commit 6a0f132.
* Quarantined two failing tests * Skip tests on certain queues instead of quarantining them. * Quarantine failing tests
…#61270) * Ensure project.assets.json files are unique for SiteExtensions in VMR * Fix path * Fix path
#61036) * Use WriteImportMapToHtml=true in blazorwasm template * Add importmap placeholder * Rename WriteImportMapToHtml to OverrideHtmlAssetPlaceholders
…61433) * Increase Grpc InteropTests timeout again * Add QuarantinedTest attribute to EmptyUnary test
…0410.5 (#61440) [main] Update dependencies from dotnet/runtime
This brings the template in line with the `dotnet new webapi` one, where there is no lingering newline at the end of the csproj.
[main] Update dependencies from dotnet/efcore, dotnet/runtime
* Use NormalizeDirectory consistently in SiteExtensions D.B.P * Refactor MSBuild property definitions
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `7e2c425` to `175c1b5`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@7e2c425...175c1b5) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-version: 175c1b55cfb3dbed519b94a370c083aac605009f dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[main] Source code updates from dotnet/dotnet - Update CloneSslOptionsClonesAllProperties test New properties got added in dotnet/runtime#114741
* Adds support for Microsoft.Extensions.Validation in `EditContextDataAnnotationsValidatorExtensions`
* Area-owners: Update doc owners * Removed a bracket char typo
…NotFound` contents (#62178) * Fix SSR non-streaming: rendering has higher priority than re-execution. * Add tests: move component common for global and local interactivity to shared project + redefine test cases. * Unified SSR tests for POST and GET. * Fix client navigation: always use enhanced nav for not found rendering, unless user explicitly disabled it. * Remove test duplication: when server always requests a render with enhanced nav, actual request headers do not matter. * Use client redirect with url change when user disables enhanced navigation.
* Update branding to preview7 * Update resourceManagement.yml
* Flip. * Update templates.
Bumps [dotnet/arcade](https://github.com/dotnet/arcade) from d237be4630776450573bc588eb995bb8f9ebc04f to 7a09c1144283309440a7966c664199944198c920. - [Commits](dotnet/arcade@d237be4...7a09c11) --- updated-dependencies: - dependency-name: dotnet/arcade dependency-version: 7a09c1144283309440a7966c664199944198c920 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…day (#62380) * Notify aspnet-build if a dependency PR has been stale for 1 business day * Update .github/policies/resourceManagement.yml * Update resourceManagement.yml * Update resourceManagement.yml
* Only ping build-ops for main * Revert "Only ping build-ops for main" This reverts commit e050716. * Try this * Fix * Fixup * One more
…ParameterFromPersistentComponentStateValueProvider (#62369) * Adds support for serializing fields on Persistent Component State to support ValueTuple in PCS. * Fixes an issue where `PropertyGetter` incorrectly generated a delegate for value types. * Adds unit tests to cover the scenarios. Fixes #62368.
…View (#62384) * Adds persistent component state service registrations to AddBlazorWebView to ensure that components that use PersistentComponentState can render in WebView scenarios.
…#62382) * Update service worker registration to prevent caching issues
…des (#62370) * Adds a new virtual method to get the key in ComponentState. * Ignores the parent component for key computation purposes when crossing a render boundary. * Uses the ComponentMarkerKey as the key on root components. * Overrides GetComponentKey on WebAssembly and InteractiveServer to return the ComponentMarkerKey for root components. Fixes #62331
* Quarantine all five Redis end-to-end tests with issue #62435
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `175c1b5` to `35b75a2`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@175c1b5...35b75a2) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-version: 35b75a2cba6ef72b7ce2b6b94b05c54ca07df866 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…Default can be enabled (#62366) * Enable `RespectRequiredConstructorParametersDefault` to ensure it can be set on user's apps. * Add a null parameter default value to the ResourceAsset constructor.
* Pack symbols in SharedFx for libraries we redist from runtime * Make it a target * Fix PackageRef * Fix target name * Use dependson * Just reference it * Fixup * Unduplicate * Fix conditions * Exact match * Include transitive .pdb's
…plate (#62443) * Initial plan for issue * Remove invalid asp-route-returnUrl attribute from Blazor Register template Co-authored-by: MackinnonBuck <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: MackinnonBuck <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )