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

Sync feature/parameter-capturing/startup-hook #6780

Conversation

clguiman
Copy link
Contributor

@clguiman clguiman commented Jun 5, 2024

Summary

Merge main into feature/parameter-capturing/startup-hook to fix some flaky tests.

Release Notes Entry

dotnet-maestro bot and others added 20 commits May 22, 2024 13:22
…20240521.1 (dotnet#6704)

[main] Update dependencies from dotnet/diagnostics
…520.4 (dotnet#6710)

[main] Update dependencies from dotnet/arcade
…20240524.3 (dotnet#6721)

[main] Update dependencies from dotnet/diagnostics
…20240527.1 (dotnet#6724)

[main] Update dependencies from dotnet/diagnostics
…otnet#6742)

Bumps [Microsoft.NETCore.DotNetHost](https://github.com/dotnet/runtime) from 6.0.30 to 6.0.31.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.30...v6.0.31)

---
updated-dependencies:
- dependency-name: Microsoft.NETCore.DotNetHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…otnet#6739)

Bumps [Microsoft.NETCore.DotNetHost](https://github.com/dotnet/runtime) from 7.0.19 to 7.0.20.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.19...v7.0.20)

---
updated-dependencies:
- dependency-name: Microsoft.NETCore.DotNetHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the identity-dependencies group in /eng/dependabot/independent with 1 update: [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web).


Updates `Microsoft.Identity.Web` from 2.18.2 to 2.19.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.18.2...2.19.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: identity-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[main] Update dependencies from dotnet/diagnostics
…otnet#6736)

Bumps [Microsoft.NETCore.DotNetHost](https://github.com/dotnet/runtime) from 8.0.5 to 8.0.6.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.6)

---
updated-dependencies:
- dependency-name: Microsoft.NETCore.DotNetHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wiktor Kopec <wiktork@microsoft.com>
…n Listen mode. (dotnet#6755)

* Add documentation note about in-process features are only supported in Listen mode.

* Update 'github-action-markdown-link-check' to latest version to fix markdown link validation issues

* Fix wrong links in documentation/api/definitions.md

* Ignore 'hub.docker.com' in markdown link checker because it returns Status Code 405 on GET requests.
…20240603.1 (dotnet#6763)

[main] Update dependencies from dotnet/diagnostics
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 5.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@09f2f74...deb3bb8)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…20240604.1 (dotnet#6773)

[main] Update dependencies from dotnet/diagnostics
@clguiman clguiman requested a review from a team as a code owner June 5, 2024 17:54
@wiktork
Copy link
Member

wiktork commented Jun 5, 2024

Any notable conflicts here?

@schmittjoseph
Copy link
Member

Any notable conflicts here?

Only in src/Tools/dotnet-monitor/ServiceCollectionExtensions.cs

@schmittjoseph schmittjoseph merged commit 1b1cb31 into dotnet:feature/parameter-capturing/startup-hook Jun 5, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants