forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from dotnet:main #14
Open
pull
wants to merge
1,107
commits into
jessejay-ch: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 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
…ime packs (#59479) * Do a few tricks to shorten the intermediate output paths for the runtime packs The Wix tooling can't handle long paths, which is blocking VMR integration. This change gets our paths to be short enough that even a long-named analyzer's resource DLL won't go past MAX_PATH in a VMR build. * Set OutDirName for the ref pack as well. * Adjust path to RuntimeList
…1213.10 (#59484) [main] Update dependencies from dotnet/runtime
…215.1 (#59495) [main] Update dependencies from dotnet/efcore
…213.2 (#59504) [main] Update dependencies from dotnet/arcade
Update .NET SDK to version 10.0.100-alpha.1.24616.1. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#59201) * Add unit test for the issue * Fix typo * Fix bug * More efficient check with a better variable name
…0241211.2 (#59506) [main] Update dependencies from dotnet/extensions
[main] Update dependencies from dotnet/efcore, dotnet/runtime
* Fix analyser error * Wrote unit test to verify when bug is fixed * Register document names in a case-insensitive manner * Change OpenAPI document name resolution to be case-insensitive * Restore AddOpenApiCore to its own method * Fix typo in extension method
…216.3 (#59517) [main] Update dependencies from dotnet/efcore
…ence-packages build 20241216.2 (#59525) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 10.0.561001 -> To Version 10.0.561602 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…1216.9 (#59523) [main] Update dependencies from dotnet/runtime
…1217.3 (#59542) [main] Update dependencies from dotnet/runtime
…1217.3 (#59544) [main] Update dependencies from dotnet/runtime
* Removed unused areas * Update area owners and leads
* Optimized string concatenation with `string.Create` Replaced `StringBuilder` concatenation with the more efficient `string.Create` method for creating new strings by concatenating `scheme`, `host`, `pathBase`, `path`, and `queryString`. This method reduces overhead by avoiding multiple string concatenations and allocating the correct buffer size for the new string. The `CopyTo` method is used in a callback function to copy each string to the new string, slicing the buffer to remove the copied part. The `SchemeDelimiter` is always copied to the new string, regardless of its length. This change enhances the performance of the code. * changed to string.Concat(params ReadOnlySpan<string?>) * Update src/Http/Http.Extensions/src/UriHelper.cs --------- Co-authored-by: Stephen Halter <[email protected]>
…Tests.AbortSendsFinalGOAWAY` (#59359) `https://github.com/dotnet/aspnetcore/issues/59358`
…1219.8 (#59577) [main] Update dependencies from dotnet/runtime - Coherency Updates: - optimization.windows_nt-x64.MIBC.Runtime: from 1.0.0-prerelease.24462.2 to 1.0.0-prerelease.24612.6 (parent: Microsoft.NETCore.App.Runtime.win-x64) - optimization.windows_nt-x86.MIBC.Runtime: from 1.0.0-prerelease.24462.2 to 1.0.0-prerelease.24612.6 (parent: Microsoft.NETCore.App.Runtime.win-x64) - optimization.linux-x64.MIBC.Runtime: from 1.0.0-prerelease.24462.2 to 1.0.0-prerelease.24612.6 (parent: Microsoft.NETCore.App.Runtime.win-x64) - optimization.windows_nt-arm64.MIBC.Runtime: from 1.0.0-prerelease.24462.2 to 1.0.0-prerelease.24612.6 (parent: Microsoft.NETCore.App.Runtime.win-x64) - optimization.linux-arm64.MIBC.Runtime: from 1.0.0-prerelease.24462.2 to 1.0.0-prerelease.24612.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
* Skip tests on internal too * StringComparison
…222.1 (#59605) [main] Update dependencies from dotnet/arcade
…0241220.1 (#59609) [main] Update dependencies from dotnet/extensions
…0214.1 (#60407) [main] Update dependencies from dotnet/runtime
* Add prototype to sample app * Add e2e test for the new reconnect UI * Add E2E test for CSP violation * Add HTML attributes to ReconnectModal * Add ReconnectModal to the BlazorWeb-CSharp project template * Add comments, simplify test component, clean up sample app * Add new project template files to template-baselines.json * Add missing cases to template-baselines.json * Add HeadOutlet to TestServer app, use meta tag for setting CSP in reconnect test * Dispatch reconnection state change events in UserSpecifiedDisplay * Fix code style * Add missing Add missing cases to template-baselines.json * Add missing cases to template-baselines.json
[main] Update dependencies from dotnet/efcore, dotnet/runtime
…18.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 10.0.611203 -> To Version 10.0.611801 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Fix handling for more method signature types * Address feedback and add more tests * Increase default timeout on build tests
* Fix ItemsToSign * No more wixlib --------- Co-authored-by: wtgodbe <[email protected]>
…0219.7 (#60510) [main] Update dependencies from dotnet/runtime
…ence-packages build 20250219.1 (#60511) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 10.0.611801 -> To Version 10.0.611901 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…0220.10 (#60531) [main] Update dependencies from dotnet/runtime
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 : )