Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the nuget group across 1 directory with 12 updates #876

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2024

Bumps the nuget group with 12 updates in the / directory:

Package From To
Meziantou.Analyzer 2.0.146 2.0.153
Microsoft.VisualStudio.Threading.Analyzers 17.9.28 17.10.48
Roslynator.Analyzers 4.12.0 4.12.3
Roslynator.CodeAnalysis.Analyzers 4.12.0 4.12.3
Roslynator.Formatting.Analyzers 4.12.0 4.12.3
xunit.analyzers 1.11.0 1.14.0
System.Reactive 6.0.0 6.0.1
Microsoft.Extensions.Http.Polly 8.0.3 8.0.5
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
Microsoft.Reactive.Testing 6.0.0 6.0.1
System.Reactive 6.0.0 6.0.1
xunit 2.7.0 2.8.1
xunit.runner.visualstudio 2.5.7 2.8.1

Updates Meziantou.Analyzer from 2.0.146 to 2.0.153

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.153

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.153

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.152...2.0.153

2.0.152

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.152

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.151...2.0.152

2.0.151

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.151

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.150...2.0.151

2.0.150

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.150

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.149...2.0.150

2.0.149

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.149

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.148...2.0.149

2.0.148

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.148

What's Changed

... (truncated)

Commits
  • ef8775e New rule: MA0158 - Use System.Threading.Lock instead of System.Object
  • ed6845a MA0029 should not report when for IQueryable when the predicate is a reference
  • 23b9118 Improve MA0115 to detect pascal-case parameters in a component with CaptureUn...
  • 01206ef Add documentation for MA0156 and MA0157
  • b96e6f4 Add rules to validate method names for IAsyncEnumerable
  • b142bc9 Improve MA0155 to report async void local functions
  • 3f9828d New rule (disabled by default) to detect async void methods
  • 571aeb4 Fix formatting
  • 93adc00 Update all dependencies
  • c3e2bbe Document MA0010 is equivalent to CA1018
  • See full diff in compare view

Updates Microsoft.VisualStudio.Threading.Analyzers from 17.9.28 to 17.10.48

Release notes

Sourced from Microsoft.VisualStudio.Threading.Analyzers's releases.

v17.10.48

What's Changed

New Contributors

Full Changelog: microsoft/vs-threading@v17.9.28...v17.10.48

v17.10.12-preview

What's Changed

New Contributors

Full Changelog: microsoft/vs-threading@v17.9.28...v17.10.12-preview

Commits
  • 1ec03f1 Update symbol archival task
  • 88c6b6b Merge pull request #1307 from AArnott/depTrimming
  • 37db90c Rollback Microsoft.Bcl.AsyncInterfaces to 6.0.0
  • d93db44 Merge branch 'v17.8' into v17.10
  • 70bccf5 Merge branch 'v17.6' into v17.8
  • 10eb10b Merge branch 'v17.4' into v17.6
  • a4c119f Merge branch 'v17.2' into v17.4
  • e32832f Turn off CI for unsupported branch
  • 999cff8 Merge branch 'v17.6' into v17.8
  • bf2c36f Merge branch 'v17.4' into v17.6
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.0 to 4.12.3

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.3

Fixed

v4.12.2

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

v4.12.1

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.3] - 2024-05-10

Fixed

[4.12.2] - 2024-04-23

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

[4.12.1] - 2024-04-15

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Commits

Updates Roslynator.CodeAnalysis.Analyzers from 4.12.0 to 4.12.3

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

v4.12.3

Fixed

v4.12.2

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

v4.12.1

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.12.3] - 2024-05-10

Fixed

[4.12.2] - 2024-04-23

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

[4.12.1] - 2024-04-15

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Commits

Updates Roslynator.Formatting.Analyzers from 4.12.0 to 4.12.3

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.3

Fixed

v4.12.2

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

v4.12.1

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.3] - 2024-05-10

Fixed

[4.12.2] - 2024-04-23

Fixed

  • [CLI] Fix loading of slnf files (PR)
  • [CLI] Fix --severity-level (PR)
  • Fix analyzer RCS1246 (PR)

[4.12.1] - 2024-04-15

Changed

  • [CLI] Bump Roslyn to 4.9.2 (PR)
  • Convert Last() to [] (RCS1246) (PR)

Fixed

  • Fix analyzer RCS1077 (PR)
  • Fix export of ILanguageService (PR)
Commits

Updates xunit.analyzers from 1.11.0 to 1.14.0

Commits
  • 1267803 v1.14.0
  • ddeb3c1 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • cdb9352 Update ClassDataAttributeMustPointAtValidClass to support xUnit1037/1038/1039...
  • 9869bce xunit/xunit#2932: Add xUnit1050 to report ClassData pointing at class returni...
  • f80b09d Update descriptors for xUnit1037/1038/1039/1040 so they can be reused for Cla...
  • 347e9fb Update xUnit1007 to recognize IAsyncEnumerable and ITheoryDataRow in v3 projects
  • 2100542 Naming and sort order
  • 3fdb56a Update xUnit1019 and xUnit1042 to acknowledge support for IAsyncEnumerable in...
  • 812f27b Update to support generic TheoryDataRow
  • f5e7e3d Update xUnit1019 and xUnit1042 to support Task/ValueTask for v3 tests
  • Additional commits viewable in compare view

Updates System.Reactive from 6.0.0 to 6.0.1

Release notes

Sourced from System.Reactive's releases.

Ix.NET v6.0.1

Changes:

Bugs:

  • #1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #1701: Include icon in package & fix a couple warnings
  • #1681: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Ix.NET/Source
  • #1680: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Rx.NET/Source
  • #1684: Update Merge.cs
  • #1688: Bump FluentAssertions from 6.2.0 to 6.4.0 in /Ix.NET/Source
  • #1694: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Ix.NET/Source
  • #1696: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Rx.NET/Source
  • #1671: Fix defines to be OR_GREATER
  • #1666: Bump IsExternalInit from 1.0.1 to 1.0.2 in /Ix.NET/Source
  • #1668: Bump Verify.Xunit from 14.7.0 to 14.11.2 in /Rx.NET/Source
  • #1670: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Ix.NET/Source
  • #1669: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Rx.NET/Source
  • #1661: Remove support for .NET Core 2.1 and netstandard1.0. bump .net to 4.8
  • #1660: Update to 6.0 SDK and exclude min/max/minby/maxby from 6.0 refs
  • #1637: Bump Microsoft.Bcl.AsyncInterfaces from 5.0.0 to 6.0.0 in /Ix.NET/Source
  • #1640: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Rx.NET/Source
  • #1641: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Ix.NET/Source
  • #1658: Bump Verify.Xunit from 13.3.1 to 14.7.0 in /Rx.NET/Source
  • #1617: fix: OfType now accepts a collection of object?
  • #1502: Update Rx 5.x supported platform in README
  • #1622: Bump Verify.Xunit from 11.24.0 to 13.3.1 in /Rx.NET/Source
  • #1621: Bump FluentAssertions from 6.1.0 to 6.2.0 in /Ix.NET/Source
  • #1615: Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.12 to 6.2.13 in /Rx.NET/Source
  • #1603: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Rx.NET/Source
  • #1602: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Ix.NET/Source
  • #1597: Bump IsExternalInit from 1.0.0 to 1.0.1 in /Ix.NET/Source
  • #1619: Bump Nerdbank.GitVersioning from 3.4.231 to 3.4.244 in /Ix.NET/Source
  • #1620: Bump Nerdbank.GitVersioning from 3.4.231 to 3.4.244 in /Rx.NET/Source
  • #1623: Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 in /Rx.NET/Source

... (truncated)

Commits

Updates Microsoft.Extensions.Http.Polly from 8.0.3 to 8.0.5

Release notes

Sourced from Microsoft.Extensions.Http.Polly's releases.

.NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

.NET 8.0.4

Release

Commits
  • c9e3996 Merged PR 39207: [internal/release/8.0] Updated Version.Details.xml - replace...
  • 1681d9a Merged PR 39048: [internal/release/8.0] Update dependencies from dnceng/inter...
  • b5c1ba3 Merged PR 39041: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 582b2e3 Merged PR 38666: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 4fb5420 Merge in 'release/8.0' changes
  • d65b2f0 [release/8.0] Update Wix version (#55101)
  • eac2e5a Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#...
  • 90f8928 Merged PR 38780: Fix Abort lock
  • 1002bb7 Merge in 'release/8.0' changes
  • fa6339e Merge pull request #55034 from vseanreesermsft/internal-merge-8.0-2024-04-09-...
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates Microsoft.Reactive.Testing from 6.0.0 to 6.0.1

Release notes

Sourced from Microsoft.Reactive.Testing's releases.

Ix.NET v6.0.1

Changes:

Bugs:

  • #1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #1701: Include icon in package & fix a couple warnings
  • #1681: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Ix.NET/Source
  • #1680: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Rx.NET/Source
  • #1684: Update Merge.cs
  • #1688: Bump FluentAssertions from 6.2.0 to 6.4.0 in /Ix.NET/Source
  • #1694: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Ix.NET/Source
  • #1696: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Rx.NET/Source
  • #1671: Fix defines to be OR_GREATER
  • #1666: Bump IsExternalInit from 1.0.1 to 1.0.2 in /Ix.NET/Source
  • #1668: Bump Verify.Xunit from 14.7.0 to 14.11.2 in /Rx.NET/Source
  • #1670: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Ix.NET/Source
  • #1669: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Rx.NET/Source
  • #1661: Remove support for .NET Core 2.1 and netstandard1.0. bump .net to 4.8
  • #1660: Update to 6.0 SDK and exclude min/max/minby/maxby from 6.0 refs
  • #1637: Bump Microsoft.Bcl.AsyncInterfaces from 5.0.0 to 6.0.0 in /Ix.NET/Source
  • #1640: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Rx.NET/Source
  • #1641: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Ix.NET/Source
  • #1658: Bump Verify.Xunit from 13.3.1 to 14.7.0 in /Rx.NET/Source
  • #1617: fix: OfType now accepts a collection of object?
  • #1502: Update Rx 5.x supported platform in README
  • #1622: Bump Verify.Xunit from 11.24.0 to 13.3.1 in /Rx.NET/Source
  • #1621: Bump FluentAssertions from 6.1.0 to 6.2.0 in /Ix.NET/Source
  • #1615: Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.12 to 6.2.13 in /Rx.NET/Source
  • #1603: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Rx.NET/Source
  • #1602: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Ix.NET/Source
  • #1597: Bump IsExternalInit from 1.0.0 to 1.0.1 in /Ix.NET/Source
  • #1619: Bump Nerdbank.GitVersioning ...

    Description has been truncated

Bumps the nuget group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.146` | `2.0.153` |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.9.28` | `17.10.48` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.0` | `4.12.3` |
| [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.0` | `4.12.3` |
| [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.0` | `4.12.3` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.11.0` | `1.14.0` |
| [System.Reactive](https://github.com/dotnet/reactive) | `6.0.0` | `6.0.1` |
| [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) | `8.0.3` | `8.0.5` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [Microsoft.Reactive.Testing](https://github.com/dotnet/reactive) | `6.0.0` | `6.0.1` |
| [System.Reactive](https://github.com/dotnet/reactive) | `6.0.0` | `6.0.1` |
| [xunit](https://github.com/xunit/xunit) | `2.7.0` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.7` | `2.8.1` |



Updates `Meziantou.Analyzer` from 2.0.146 to 2.0.153
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.146...2.0.153)

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.9.28 to 17.10.48
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](microsoft/vs-threading@v17.9.28...v17.10.48)

Updates `Roslynator.Analyzers` from 4.12.0 to 4.12.3
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.0...v4.12.3)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.0 to 4.12.3
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.0...v4.12.3)

Updates `Roslynator.Formatting.Analyzers` from 4.12.0 to 4.12.3
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.0...v4.12.3)

Updates `xunit.analyzers` from 1.11.0 to 1.14.0
- [Commits](xunit/xunit.analyzers@1.11.0...1.14.0)

Updates `System.Reactive` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/commits/ixnet-v6.0.1)

Updates `Microsoft.Extensions.Http.Polly` from 8.0.3 to 8.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.3...v8.0.5)

Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `Microsoft.Reactive.Testing` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/commits/ixnet-v6.0.1)

Updates `System.Reactive` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/commits/ixnet-v6.0.1)

Updates `xunit` from 2.7.0 to 2.8.1
- [Commits](xunit/xunit@2.7.0...2.8.1)

Updates `xunit.runner.visualstudio` from 2.5.7 to 2.8.1
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.7...2.8.1)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: System.Reactive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Http.Polly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Microsoft.Reactive.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: System.Reactive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates labels May 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/nuget/nuget-ccd8f04ab5 branch June 1, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot nuget Pull requests for NuGet packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants