Conversation
Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.8.0 to 4.9.2. - [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.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Awesome! @danmoseley does this mean that dependabot is fixed? (as it is bumping something other than just dotnet-tools or global.json) |
|
@eerhardt FYI, this package being bumped is used by the ConfigurationSchemaGenerator. IIRC, by bumping this version we are now making it so that older tooling won't be able to work with the generator, so this may be one of the few dependencies that we pin and not update to latest always. |
|
Yeah, updating Roslyn dependencies is always a concern. For now, this tool isn't used outside of the repo, so we shouldn't be concerned.
The nice thing about the way the generator is built is that it is "self-contained". It doesn't rely on the version of the compiler you are using, or what is loaded in MSBuild. It is a stand alone .exe that pulls Roslyn into the .exe folder. |
|
No dependabot is not fixed. See errors continue in the logs eg https://github.com/dotnet/aspire/network/updates/18420288/jobs @brettfo is looking at aspire specifically and making more changes I believe. This update is an anomaly. |
|
so should we merge this ? |
|
Yes, I think it's fine. |
Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.8.0 to 4.9.2.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.
Changelog
Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's changelog.
... (truncated)
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)