Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2025

Performed the following updates:

  • Updated DocumentFormat.OpenXml to 3.2.0 in /tools/MarkdownConverter/MarkdownConverter.csproj
  • Updated DocumentFormat.OpenXml to 3.3.0 in /tools/MarkdownConverter/MarkdownConverter.csproj
  • Updated FSharp.Core to 9.0.101 in /tools/MarkdownConverter/MarkdownConverter.csproj
  • Updated FSharp.Core to 9.0.300 in /tools/MarkdownConverter/MarkdownConverter.csproj
  • Updated Microsoft.CodeAnalysis to 4.12.0 in /tools/MarkdownConverter/MarkdownConverter.csproj
  • Updated Microsoft.CodeAnalysis to 4.14.0 in /tools/MarkdownConverter/MarkdownConverter.csproj
  • Updated Microsoft.CodeAnalysis.CSharp.Workspaces to 4.14.0 in /tools/ExampleTester/ExampleTester.csproj
  • Updated Microsoft.CodeAnalysis.Workspaces.MSBuild to 4.14.0 in /tools/ExampleTester/ExampleTester.csproj
  • Updated Microsoft.NET.Test.Sdk to 17.14.0 in /tools/MarkdownConverter.Tests/MarkdownConverter.Tests.csproj
  • Updated XMLUnit.Core to 2.11.1 in /tools/MarkdownConverter.Tests/MarkdownConverter.Tests.csproj

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

- DocumentFormat.OpenXml to 3.2.0, 3.3.0
- FSharp.Core to 9.0.101, 9.0.300
- Microsoft.CodeAnalysis to 4.12.0, 4.14.0
- Microsoft.CodeAnalysis.CSharp.Workspaces to 4.14.0
- Microsoft.CodeAnalysis.Workspaces.MSBuild to 4.14.0
- Microsoft.NET.Test.Sdk to 17.14.0
- XMLUnit.Core to 2.11.1

---
updated-dependencies:
- dependency-name: DocumentFormat.OpenXml
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: FSharp.Core
  dependency-version: 9.0.300
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.CodeAnalysis
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.CodeAnalysis.Workspaces.MSBuild
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: XMLUnit.Core
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 21, 2025
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

This is good, once the other reference is updated.

@BillWagner BillWagner merged commit a93bf43 into draft-v8 May 22, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/tools/ExampleTester/multi-4004adb104 branch May 22, 2025 13:34
Comment on lines +12 to +13
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
Copy link
Contributor

@jnm2 jnm2 Jun 2, 2025

Choose a reason for hiding this comment

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

This change caused the AnonymousFunctionsConv1 example to start failing. It wasn't caught because tools/ExampleTester/** was not included in the example tester workflow's path filter. Both of these issues are being resolved in #1336.

Roslyn v4.14 no longer reports a CS1661 diagnostic at the same location as a CS1678 error. (Discussed at https://github.com/dotnet/roslyn/pull/75400/files#r1866802220.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants