Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2025

Bumps the nuget group with 13 updates in the /MarkdownLinkCheckLogParser directory:

Package From To
Meziantou.Analyzer 2.0.172 2.0.187
Microsoft.VisualStudio.Threading.Analyzers 17.11.20 17.13.2
Roslynator.Analyzers 4.12.8 4.13.0
Roslynator.CodeAnalysis.Analyzers 4.12.8 4.13.0
Roslynator.Formatting.Analyzers 4.12.8 4.13.0
coverlet.collector 6.0.2 6.0.4
coverlet.msbuild 6.0.2 6.0.4
Microsoft.NET.Test.Sdk 17.11.1 17.13.0
NSubstitute 5.1.0 5.3.0
Shouldly 4.2.1 4.3.0
xunit 2.9.2 2.9.3
xunit.analyzers 1.16.0 1.18.0
xunit.runner.visualstudio 2.8.2 3.0.2

Updates Meziantou.Analyzer from 2.0.172 to 2.0.187

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.187

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

2.0.186

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

2.0.185

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

2.0.184

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

2.0.183

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

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

2.0.182

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

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

... (truncated)

Commits
  • 7e57a0b Fix MA0048 in case when first type is not first node (#785)
  • c939d72 Align message to behavior for MA0157 (#783)
  • 54e9030 Allow to disable all rules using a property (#781)
  • 6ca45f8 Update global.json (#778)
  • 764a0a8 Fixer for MA0042 adds parentheses if needed
  • aa97561 Find token from Xunit.TestContext.Current.CancellationToken
  • 58436c3 Code fixer for MA0053 now supports records
  • 1b0e98c MA0042 skips MemoryStream when type is explicit
  • f255a66 Update MA0076.md (#772)
  • ac26787 Add an option to detect overloads with optional parameters (#771)
  • Additional commits viewable in compare view

Updates Microsoft.VisualStudio.Threading.Analyzers from 17.11.20 to 17.13.2

Release notes

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

v17.13.2

What's Changed

No functional changes in this version.

Full Changelog: microsoft/vs-threading@v17.12.19...v17.13.2

v17.12.19

Enhancements

Fixes

Other

Full Changelog: microsoft/vs-threading@v17.11.20...v17.12.19

Commits
  • 132fc26 Merge pull request #1360 from microsoft/dev/maprospe/17.13_stabilization
  • 73469b4 Set version to 17.13
  • cc4f63f Merge pull request #1359 from microsoft/libtemplateUpdate
  • 1719dd3 Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate
  • c6081c1 Merge remote-tracking branch 'origin/main' into microbuild
  • 975d9f1 Add github workflow to keep current with Library.Template
  • f50ed13 Merge branch 'main' into microbuild
  • 46114df Merge pull request #303 from AArnott/optprof_fixes
  • 3427406 Merge pull request #302 from AArnott/optprof_fixes2
  • 1d50f65 Merge remote-tracking branch 'origin/microbuild' into optprof_fixes
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.8 to 4.13.0

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.13.0

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

v4.12.9

Fixed

... (truncated)

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.13.0] - 2025-02-09

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

[4.12.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

... (truncated)

Commits

Updates Roslynator.CodeAnalysis.Analyzers from 4.12.8 to 4.13.0

Release notes

Sourced from Roslynator.CodeAnalysis.Analyzers's releases.

v4.13.0

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

v4.12.9

Fixed

... (truncated)

Changelog

Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.

[4.13.0] - 2025-02-09

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

[4.12.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

... (truncated)

Commits

Updates Roslynator.Formatting.Analyzers from 4.12.8 to 4.13.0

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.13.0

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

v4.12.9

Fixed

... (truncated)

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.13.0] - 2025-02-09

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

[4.12.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)

... (truncated)

Commits

Updates coverlet.collector from 6.0.2 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

v6.0.3

Fixed

  • Fix RuntimeConfigurationReader to support self-contained builds #1705 by https://github.com/pfeigl
  • Fix inconsistent filenames with UseSourceLink after .NET 8 #1679
  • Fix hanging tests #989
  • Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 #1620
  • Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time #1649
  • Fix Unable to instrument module - NET 8 #1631
  • Fix slow modules filtering process #1646 by https://github.com/BlackGad
  • Fix incorrect coverage await using in generic method #1490

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

Updates coverlet.msbuild from 6.0.2 to 6.0.4

Release notes

Sourced from coverlet.msbuild's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

v6.0.3

Fixed

  • Fix RuntimeConfigurationReader to support self-contained builds #1705 by https://github.com/pfeigl
  • Fix inconsistent filenames with UseSourceLink after .NET 8 #1679
  • Fix hanging tests #989
  • Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 #1620
  • Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time #1649
  • Fix Unable to instrument module - NET 8 #1631
  • Fix slow modules filtering process #1646 by https://github.com/BlackGad
  • Fix incorrect coverage await using in generic method #1490

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

Updates Microsoft.NET.Test.Sdk from 17.11.1 to 17.13.0

Release notes

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

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

v17.12.0

What's Changed

Internal and infrastructure fixes:

... (truncated)

Commits

Bumps the nuget group with 13 updates in the /MarkdownLinkCheckLogParser directory:

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.172` | `2.0.187` |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.11.20` | `17.13.2` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.13.0` |
| [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.13.0` |
| [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.13.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.13.0` |
| [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| [Shouldly](https://github.com/shouldly/shouldly) | `4.2.1` | `4.3.0` |
| [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.18.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.2` |



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

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.11.20 to 17.13.2
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](microsoft/vs-threading@v17.11.20...v17.13.2)

Updates `Roslynator.Analyzers` from 4.12.8 to 4.13.0
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.8...v4.13.0)

Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.8 to 4.13.0
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.8...v4.13.0)

Updates `Roslynator.Formatting.Analyzers` from 4.12.8 to 4.13.0
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.8...v4.13.0)

Updates `coverlet.collector` from 6.0.2 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.4)

Updates `coverlet.msbuild` from 6.0.2 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.4)

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

Updates `NSubstitute` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0)

Updates `Shouldly` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/shouldly/shouldly/releases)
- [Changelog](https://github.com/shouldly/shouldly/blob/master/BREAKING%20CHANGES.txt)
- [Commits](shouldly/shouldly@4.2.1...4.3.0)

Updates `xunit` from 2.9.2 to 2.9.3
- [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3)

Updates `xunit.analyzers` from 1.16.0 to 1.18.0
- [Commits](xunit/xunit.analyzers@1.16.0...1.18.0)

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

---
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-minor
  dependency-group: nuget
- dependency-name: Roslynator.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: coverlet.msbuild
  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: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Shouldly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: xunit
  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: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Feb 15, 2025
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.02%. Comparing base (a3253ca) to head (8e564e7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #195   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files          44       44           
  Lines         479      479           
  Branches       51       51           
=======================================
  Hits          436      436           
  Misses         35       35           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@edumserrano edumserrano merged commit 6d6cff3 into main Mar 12, 2025
9 checks passed
@edumserrano edumserrano deleted the dependabot/nuget/MarkdownLinkCheckLogParser/nuget-81220aa7b8 branch March 12, 2025 20:00
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.

1 participant