Bump Microsoft.CodeAnalysis.CSharp from 4.0.0-6.final to 4.0.1#16423
Bump Microsoft.CodeAnalysis.CSharp from 4.0.0-6.final to 4.0.1#16423TravisEz13 merged 2 commits intomasterfrom
Conversation
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.0.0-6.final to 4.0.1. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
@TravisEz13 Will we get cgmanifest error always in such PRs? |
|
@iSazonov yes, cgmanifest will need to be update for all of these PRs. there is a file in the Action you can use to update the branch. |
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
Perhaps we can create a new action that updates both together ... |
Thanks for clarify! If we already have daily cgmanifest update why do we need this in every PR? Specially PRs such this don't add new entities, they only update minor version number. |
|
@iSazonov the cgmanifest should always be up to date. We don't have a daily update as that would mean there would be a time that it is out of sync with the code. I'm saying we disable dependabot, run dotnet-outdated to update all package references and then run the script to update cgmanifest and submit a PR if there are any changes. replacing dependabot, not this GitHub Action. |
|
We could probably update or add a GH action that updates the PR based on a comment in the PR with the correct cgmanifest. I think this might be better as we don't have to re-invent dependabot. I'm on vacation, the rebase triggers a comment. there is a -fix on the script to check the cgmanifest, and the daily workflow has the code to submit a PR. |
…Shell#16423) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
|
I don't understand why should we update the cgmanifest with every commit? Daily action can do this work and keep the manifest file up-to-date. |
|
As far as I know, we are the only repo that must use CG manifest in place of detection. It is a false comparison. We can update at the end of the day, but it will mean that are releases will be delayed by two days. We need to identify problems with the notice file as soon as possible before the release as to not delay the release.
I'm sorry but we have one case where this is a significant issue, dependabot, that can be dealt with separately. |
|
🎉 Handy links: |
…Shell#16423) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Bumps Microsoft.CodeAnalysis.CSharp from 4.0.0-6.final to 4.0.1.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)