csharp icon indicating copy to clipboard operation
csharp copied to clipboard

Bump Microsoft.CodeAnalysis.CSharp from 4.0.1 to 4.2.0

Open dependabot[bot] opened this issue 3 years ago • 3 comments

Bumps Microsoft.CodeAnalysis.CSharp from 4.0.1 to 4.2.0.

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 7.0 Preview 5

Release

.NET 7.0 Preview 2

Release

.NET 7.0 Preview 1

Release

Changelog

Sourced from Microsoft.CodeAnalysis.CSharp's changelog.

Version 4.2.0

Can no longer inherit from QuickInfoService

The constructors of Microsoft.CodeAnalysis.QuickInfoService are now internal. Roslyn does not support implementing completion for arbitrary languages.

Microsoft.CodeAnalysis.CodeStyle.NotificationOption is now immutable

All property setters now throw an exception.

Commits
  • 432d17a Cherry-pick 60493 to 17.2 (#60832)
  • 1e40aa1 Merge pull request #60851 from CyrusNajmabadi/revert60227
  • db85d9e Revert "Don't complete quotes if they complete a valid string (#60227)"
  • f2d278f Merge pull request #60712 from dotnet/dev/jorobich/use-vs2022-official-build
  • 1a20e23 Fix image name
  • 16b2f8f Use VS2022 for official build
  • 76398ad Fix crash when combining reordered arguments with params array (#60590)
  • aeafe4d Check val escape for initializers of fields with ref-like type (#60577)
  • 8b5c5b8 Merge pull request #60531 from jasonmalinowski/do-not-pass-idynamicfileinfo-f...
  • fb7998f Remove IDynamicFileInfo-added syntax trees to attempt to improve perf
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jul 07 '22 14:07 dependabot[bot]

@dependabot rebase

m3nax avatar Jul 09 '22 11:07 m3nax

@dependabot rebase

brendandburns avatar Aug 15 '22 15:08 brendandburns

https://github.com/dependabot rebase

m3nax avatar Aug 29 '22 17:08 m3nax

@dependabot rebase

m3nax avatar Aug 30 '22 06:08 m3nax

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] avatar Aug 30 '22 06:08 dependabot[bot]

@dependabot recreate

m3nax avatar Aug 30 '22 06:08 m3nax

Sorry, only users with push access can use that command.

dependabot[bot] avatar Aug 30 '22 06:08 dependabot[bot]

Can you re-run CI step Build and Test / e2e (pull_request) please? I think it is a transient error generated by the slowness of the github runner. Error: https://github.com/kubernetes-client/csharp/runs/8076417357?check_suite_focus=true#step:7:78

Test code: https://github.com/kubernetes-client/csharp/blob/a5082fb106842d4d601617e9b0473699dbab9871/tests/E2E.Tests/MinikubeTests.cs#L521-L545

@brendandburns @tg123

m3nax avatar Aug 30 '22 06:08 m3nax

@tg123 Thank, all checks are green.

m3nax avatar Aug 30 '22 09:08 m3nax

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], tg123

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Aug 30 '22 09:08 k8s-ci-robot