Skip to content

Conversation

jander-msft
Copy link
Contributor

@jander-msft jander-msft commented Mar 3, 2025

Summary
Release Notes Entry

Add ManagedEntryPointAssemblyName to process info and collection rule filters

@jander-msft jander-msft marked this pull request as ready for review March 19, 2025 19:15
@jander-msft jander-msft requested a review from a team as a code owner March 19, 2025 19:15
@jander-msft jander-msft merged commit 52f90d0 into dotnet:main Mar 20, 2025
24 checks passed
@jander-msft jander-msft deleted the entrypoint branch March 20, 2025 16:34
schmittjoseph added a commit that referenced this pull request Apr 1, 2025
* Update dependencies from https://github.com/dotnet/diagnostics build 20250305.1 (#7993)

[main] Update dependencies from dotnet/diagnostics

* generate release notes (#7996)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update releaseNotes.v9.1.0-preview.1.md (#7997)

* Add `MVID` and `MethodToken` To Parameters (#7974)

* Starting to pipe through method info

* In theory this is flowing the data through - untested.

* Cleanup

* PR Feedback

* Updated test to check for mvid and methodtoken

* Switched to checking against flexible values in test

* Using real values for method token and mvid in test

* Reverted line adding output to plain text

* Update definitions.md

* Update parameters.md

* Adding comments

* Add `Capabilities` to `/info` Route (#7977)

* Register v9.1.0-preview.1.25155.2 release information (#7999)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* update release information (#8001)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20250311.4 (#8006)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/arcade build 20250314.2 (#8009)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/command-line-api build 20250317.1 (#8014)

[main] Update dependencies from dotnet/command-line-api

* Bump streetsidesoftware/cspell-action from 6.10.0 to 6.10.1 (#7998)

Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@ef95dc4...8485bb4)

---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [main] Bump Microsoft.NETCore.DotNetHost (#8000)

Bumps the runtime-dependencies group in /eng/dependabot/net8.0 with 1 update: [Microsoft.NETCore.DotNetHost](https://github.com/dotnet/runtime).


Updates `Microsoft.NETCore.DotNetHost` from 8.0.13 to 8.0.14
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update Learning Paths (#7976)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/command-line-api build 20250318.1 (#8016)

[main] Update dependencies from dotnet/command-line-api

* Add managed entry point to process info and collection rule filters (#7984)

* Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#8018)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@4cec3d8...ea165f8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/command-line-api build 20250320.1 (#8019)

[main] Update dependencies from dotnet/command-line-api

* Use openapi generator (#8008)

* Move deployment samples from Markdown files to ready-to-deploy sample files (#7926)

* Code flow updates (#8020)

* Limit managed entry point assembly tests to net8.0 and higher (#8022)

* Update DefaultProcessConfigurationTests for managed entry point assembly (#8023)

* Add stub release build (#8033)

* Add stub release build

* PR feedback

* Bump gaurav-nelson/github-action-markdown-link-check (#8037)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@1b916f2...3c3b66f)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Wiktor Kopec <[email protected]>
Co-authored-by: kkeirstead <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Anderson <[email protected]>
Co-authored-by: Sven Boemer <[email protected]>
@jander-msft jander-msft added the update-release-notes Pull requests that should be mentioned in the release notes label Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update-release-notes Pull requests that should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants