Skip to content
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
wants to merge 1,107 commits into
base: main
Choose a base branch
from
Open

[pull] main from dotnet:main #14

wants to merge 1,107 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 5, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jun 6, 2024
jkoritzinsky and others added 29 commits December 14, 2024 02:46
…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
…nals build 20241209.2 (#59505)

[main] Update dependencies from dotnet/source-build-externals
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]>
…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
captainsafia and others added 30 commits February 14, 2025 11:39
…nals build 20250204.2 (#60288)

[main] Update dependencies from dotnet/source-build-externals
…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
Projects
None yet
Development

Successfully merging this pull request may close these issues.