Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

This PR contains the following updates:

Package Change Age Confidence
FluentAssertions (source) 6.12.0 -> 6.12.2 age confidence
FluentAssertions.Analyzers 0.31.0 -> 0.34.1 age confidence
GraphQL-Parser 9.3.1 -> 9.5.0 age confidence
HotChocolate.AspNetCore (source) 13.9.0 -> 13.9.14 age confidence
Meziantou.Analyzer 2.0.149 -> 2.0.213 age confidence
Microsoft.Extensions.Hosting (source) 8.0.0 -> 8.0.1 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.1 -> 8.0.3 age confidence
Microsoft.NET.Test.Sdk 17.9.0 -> 17.14.1 age confidence
NSubstitute (source) 5.1.0 -> 5.3.0 age confidence
NUnit (source) 4.1.0 -> 4.4.0 age confidence
NUnit.Analyzers 4.1.0 -> 4.10.0 age confidence
NUnit3TestAdapter (source) 4.5.0 -> 4.6.0 age confidence
Spectre.Console 0.48.0 -> 0.50.0 age confidence
Spectre.Console.Cli 0.48.0 -> 0.50.0 age confidence
Spectre.Console.Testing 0.48.0 -> 0.50.0 age confidence
System.IO.Abstractions 21.0.2 -> 21.3.1 age confidence
coverlet.collector 6.0.2 -> 6.0.4 age confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed
Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

v6.12.1

Compare Source

What's Changed

Improvements
  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530
Fixes
  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

fluentassertions/fluentassertions.analyzers (FluentAssertions.Analyzers)

v0.34.1

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.33.0...v0.34.1

v0.33.0: 0.33.0

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0

v0.32.0: 0.32.0

What's Changed
New Docs

see https://github.com/fluentassertions/fluentassertions.analyzers?tab=readme-ov-file#docs

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.31.0...v0.32.0

graphql-dotnet/parser (GraphQL-Parser)

v9.5.0

Compare Source

What's Changed

Full Changelog: graphql-dotnet/parser@9.4.0...9.5.0

v9.4.0

Compare Source

What's Changed

Full Changelog: graphql-dotnet/parser@9.3.1...9.4.0

ChilliCream/graphql-platform (HotChocolate.AspNetCore)

v13.9.14

Compare Source

  • Reconfigured ofType Depth

Full Changelog: ChilliCream/graphql-platform@13.9.13...13.9.14

v13.9.13

Compare Source

  • Added Introspection Cycle Detection Rule

Full Changelog: ChilliCream/graphql-platform@13.9.12...13.9.13

v13.9.12

Compare Source

  • Ported: Do not emit "query": "" for Strawberry Shake persisted queries #​7062

Full Changelog: ChilliCream/graphql-platform@13.9.11...13.9.12

v13.9.11

Compare Source

  • Adds Error Code if Composition Fails

Full Changelog: ChilliCream/graphql-platform@13.9.10...13.9.11

v13.9.10

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.9...13.9.10

v13.9.9

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.8...13.9.9

v13.9.8

Compare Source

  • Backport of operation compiler optimization.

Full Changelog: ChilliCream/graphql-platform@13.9.7...13.9.8

v13.9.7

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.6...13.9.7

v13.9.6

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.5...13.9.6

v13.9.5

Compare Source

What's Changed
  • [Fusion] Reset requirements planner for every iteration.

Full Changelog: ChilliCream/graphql-platform@13.9.4...13.9.5

v13.9.4

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.3...13.9.4

v13.9.3

Compare Source

  • Updated Npgsql to 8.0.3

Full Changelog: ChilliCream/graphql-platform@13.9.2...13.9.3

v13.9.2

Compare Source

  • Bundled BananaCakePop Version 16.0.1

Full Changelog: ChilliCream/graphql-platform@13.9.1...13.9.2

v13.9.1

Compare Source

  • Ensure that you can opt-out of implicit usings in Directory.props by @​michaelstaib in #​7070
  • Bundled BananaCakePop Version 16.0.0

Full Changelog: ChilliCream/graphql-platform@13.9.0...13.9.1

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.213

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.212...2.0.213

v2.0.212

Compare Source

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

What's Changed

  • Add new rule to detect similar code in both side of a logical operation by @​meziantou in #​825

Full Changelog: meziantou/Meziantou.Analyzer@2.0.211...2.0.212

v2.0.211

Compare Source

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

What's Changed

  • Fix for MA0077 for ref struct and improve MA0066 to detect WithComparers by @​meziantou in #​824

Full Changelog: meziantou/Meziantou.Analyzer@2.0.210...2.0.211

v2.0.210

Compare Source

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

What's Changed

  • Use additional locations to report diagnostic on symbols with multiple locations by @​meziantou in #​821

Full Changelog: meziantou/Meziantou.Analyzer@2.0.209...2.0.210

v2.0.209

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.208...2.0.209

v2.0.208

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.207...2.0.208

v2.0.207

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.206...2.0.207

v2.0.206

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.205...2.0.206

v2.0.205

Compare Source

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

What's Changed

  • MA0053 takes ctor visibility into account to determine if a class should be sealed by @​meziantou in #​815

Full Changelog: meziantou/Meziantou.Analyzer@2.0.204...2.0.205

v2.0.204

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.203...2.0.204

v2.0.203

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.202...2.0.203

v2.0.202

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.201...2.0.202

v2.0.201

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.200...2.0.201

v2.0.200

Compare Source

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

What's Changed

  • MA0169 - Detect equality operators that should be replaced with Equals method by @​meziantou in #​805

Full Changelog: meziantou/Meziantou.Analyzer@2.0.199...2.0.200

v2.0.199

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.198...2.0.199

v2.0.198

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.197...2.0.198

v2.0.197

Compare Source

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

What's Changed

  • Add rule to detect non-readonly struct used for in or ref readonly parameters by @​meziantou in #​801

Full Changelog: meziantou/Meziantou.Analyzer@2.0.196...2.0.197

v2.0.196

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.195...2.0.196

v2.0.195

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.194...2.0.195

v2.0.194

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.193...2.0.194

v2.0.193

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.192...2.0.193

v2.0.192

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.191...2.0.192

v2.0.191

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.190...2.0.191

v2.0.190

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.189...2.0.190

v2.0.189

Compare Source

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

What's Changed

  • Update the report location to be on method name and arguments instead of the InvocationExpression by @​meziantou in #​790

Full Changelog: meziantou/Meziantou.Analyzer@2.0.188...2.0.189

v2.0.188

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.187...2.0.188

v2.0.187

Compare Source

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.186...2.0.187

v2.0.186

Compare Source

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.185...2.0.186

v2.0.185

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.184...2.0.185

v2.0.184

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184

v2.0.183

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183

v2.0.182

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.181...2.0.182

v2.0.181

Compare Source

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.180...2.0.181

v2.0.180

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.179...2.0.180

v2.0.179

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.178...2.0.179

v2.0.178

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.177...2.0.178

v2.0.177

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.176...2.0.177

v2.0.176

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.175...2.0.176

v2.0.175

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.174...2.0.175

v2.0.174

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.173...2.0.174

v2.0.173

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.172...2.0.173

v2.0.172

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.171...2.0.172

v2.0.171

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.170...2.0.171

v2.0.170

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.169...2.0.170

v2.0.169

Compare Source

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.168...2.0.169

v2.0.168

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.167...2.0.168

v2.0.167

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.166...2.0.167

v2.0.166

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.165...2.0.166

v2.0.165

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.164...2.0.165

v2.0.164

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.163...2.0.164

v2.0.163

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.162...2.0.163

v2.0.162

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.161...2.0.162

v2.0.161

Compare Source

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

What's Changed

  • New rule: MA0160 Use ContainsKey instead of TryGetValue when the second arg is a discard by @​meziantou in #​743

Full Changelog: meziantou/Meziantou.Analyzer@2.0.160...2.0.161

v2.0.160

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.159...2.0.160

v2.0.159

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.158...2.0.159

v2.0.158

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.157...2.0.158

v2.0.157

Compare Source

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.156...2.0.157

v2.0.156

Compare Source

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.155...2.0.156

v2.0.155

Compare Source

NuGet package: <https://www.n


Configuration

📅 Schedule: Branch creation - "before 9am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot]
github-actions bot previously approved these changes Apr 26, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from a6e5ce5 to fb522e4 Compare April 28, 2024 02:33
github-actions[bot]
github-actions bot previously approved these changes Apr 28, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from fb522e4 to 78a9a45 Compare May 7, 2024 09:47
github-actions[bot]
github-actions bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 78a9a45 to f439b96 Compare May 10, 2024 11:08
github-actions[bot]
github-actions bot previously approved these changes May 10, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from f439b96 to de2a413 Compare May 13, 2024 07:17
github-actions[bot]
github-actions bot previously approved these changes May 13, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from de2a413 to 8b76ca0 Compare May 17, 2024 02:56
github-actions[bot]
github-actions bot previously approved these changes May 17, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 8b76ca0 to 9995d8c Compare May 18, 2024 17:36
github-actions[bot]
github-actions bot previously approved these changes May 18, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 9995d8c to 48665c3 Compare May 22, 2024 15:52
github-actions[bot]
github-actions bot previously approved these changes May 22, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 48665c3 to e99bd98 Compare May 23, 2024 16:24
github-actions[bot]
github-actions bot previously approved these changes May 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 26, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 8f1f6c4 to 0243ae4 Compare July 27, 2025 05:04
github-actions[bot]
github-actions bot previously approved these changes Jul 27, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 0243ae4 to 44f20b5 Compare July 31, 2025 22:09
github-actions[bot]
github-actions bot previously approved these changes Jul 31, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 44f20b5 to 10df0ac Compare August 1, 2025 12:25
github-actions[bot]
github-actions bot previously approved these changes Aug 1, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 10df0ac to 9390eb1 Compare August 7, 2025 04:58
github-actions[bot]
github-actions bot previously approved these changes Aug 7, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 9390eb1 to 382636c Compare August 8, 2025 09:37
github-actions[bot]
github-actions bot previously approved these changes Aug 8, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 382636c to 78e0841 Compare August 9, 2025 12:40
github-actions[bot]
github-actions bot previously approved these changes Aug 9, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 78e0841 to 2b08173 Compare August 10, 2025 14:44
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 2b08173 to 8d90fca Compare August 15, 2025 04:30
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 8d90fca to 6645548 Compare August 22, 2025 05:00
github-actions[bot]
github-actions bot previously approved these changes Aug 22, 2025
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 6645548 to 6741c1a Compare August 27, 2025 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants