Skip to content

Bump the codeanalysis group with 3 updates#6126

Merged
valadas merged 1 commit intodevelopfrom
dependabot/nuget/codeanalysis-be67214fac
Oct 22, 2024
Merged

Bump the codeanalysis group with 3 updates#6126
valadas merged 1 commit intodevelopfrom
dependabot/nuget/codeanalysis-be67214fac

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the codeanalysis group with 3 updates: Microsoft.CodeAnalysis.CSharp, Microsoft.CodeAnalysis.CSharp.Workspaces and Microsoft.Bcl.AsyncInterfaces.

Updates Microsoft.CodeAnalysis.CSharp from 4.10.0 to 4.11.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits

Updates Microsoft.CodeAnalysis.CSharp.Workspaces from 4.10.0 to 4.11.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits

Updates Microsoft.CodeAnalysis.CSharp from 4.10.0 to 4.11.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits

Updates Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added .NET Pull requests that update .net code Type: Maintenance labels Sep 1, 2024
Copy link
Copy Markdown
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks good, we just need to wait for an updated .NET SDK which will bring in MSBuild 17.11 to match this version in the Azure Pipelines build.

Bumps the codeanalysis group with 3 updates: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn), [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime).


Updates `Microsoft.CodeAnalysis.CSharp` from 4.10.0 to 4.11.0
- [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)

Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.10.0 to 4.11.0
- [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)

Updates `Microsoft.CodeAnalysis.CSharp` from 4.10.0 to 4.11.0
- [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)

Updates `Microsoft.Bcl.AsyncInterfaces` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codeanalysis
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codeanalysis
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codeanalysis
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: codeanalysis
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/codeanalysis-be67214fac branch from 276d5a9 to d57e9d1 Compare October 1, 2024 22:10
@valadas
Copy link
Copy Markdown
Contributor

valadas commented Oct 22, 2024

This change looks good, we just need to wait for an updated .NET SDK which will bring in MSBuild 17.11 to match this version in the Azure Pipelines build.

I think it is good now right ?

@valadas valadas added this to the 9.13.5 milestone Oct 22, 2024
@bdukes
Copy link
Copy Markdown
Contributor

bdukes commented Oct 22, 2024

Yes, if the build is green, we can go ahead and approve it

@valadas valadas merged commit 2e83c1d into develop Oct 22, 2024
@dependabot dependabot bot deleted the dependabot/nuget/codeanalysis-be67214fac branch October 22, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Pull requests that update .net code Type: Maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants