Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
Microsoft.VisualStudio.Threading.Analyzers 17.12.19 17.13.2
Roslynator.Analyzers 4.12.9 4.13.0
SonarAnalyzer.CSharp 10.3.0.106239 10.6.0.109712
Microsoft.Extensions.Configuration 9.0.0 9.0.2
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.2
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.2
Microsoft.Extensions.Configuration.Binder 9.0.0 9.0.2
Microsoft.Extensions.Configuration 9.0.0 9.0.2
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.2
Microsoft.Extensions.Configuration.Json 9.0.0 9.0.2
Microsoft.AspNetCore.Authentication.JwtBearer 9.0.0 9.0.2
Microsoft.AspNetCore.Mvc.Testing 9.0.0 9.0.2
MSTest.TestAdapter 3.6.4 3.8.0
MSTest.TestFramework 3.6.4 3.8.0
dotnet-ef 9.0.0 9.0.2

Updates Microsoft.VisualStudio.Threading.Analyzers from 17.12.19 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

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.9 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)
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)
Commits

Updates SonarAnalyzer.CSharp from 10.3.0.106239 to 10.6.0.109712

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

10.6

Improvement

  • NET-735 - Remove RoslynProfileExporter
  • NET-1031 - Remove deprecated SonarLintProfileExporter
  • NET-1038 - Add symbolic-execution tag to our rules
  • NET-988 - Remove S1197 from SonarWay for VB.NET
  • NET-989 - S3444: Add secondary location message
  • NET-982 - S4144: Add secondary location message
  • NET-979 - S4663: Add secondary location message
  • NET-978 - S1168: Add secondary location message
  • NET-977 - S4047: Add secondary location message
  • NET-976 - S4457: Add secondary location message
  • NET-975 - S1066: Add secondary location message
  • NET-974 - S4070: Add secondary location message
  • NET-973 - S1110: Add secondary location message
  • NET-971 - S2612: Add secondary location message
  • NET-970 - S6667: Add secondary location message
  • NET-969 - S6931: Add secondary location message
  • NET-968 - S6934: Add secondary location message
  • NET-967 - S5034: Add secondary location message
  • NET-966 - S6607: Add secondary location message
  • NET-965 - S4143: Add secondary location message
  • NET-961 - S6664: Add secondary location message
  • NET-960 - S6677: Add secondary location message
  • NET-956 - S6673: Add secondary location message

10.5

### Improvement

  • NET-957 - S5693: Add secondary location message

10.4

Improvements

In this release, we have added support for test density and metrics at the individual file level. You can now view the number of unit tests, as well as details on skipped tests, failed tests, and test duration, from all supported coverage tools (xUnit, MsTest, and nUnit).

Additionally, we have significantly optimized memory allocation, resulting in memory usage reduction during registration.

False Positive

  • NET-868 - Fix S1854 FP: Don't raise when inner finally assignment is used to outer block
  • NET-865 - Fix S1172 FP: Parameter used as extension delegate target
  • NET-863 - Fix S1172 FP: Don't report on partial method parameters
  • NET-862 - Fix S1854 FP: Don't raise in catch when variable is used in following catch
  • NET-857 - Fix S3655 FP: Types with implicit conversion operator
  • NET-836 - Fix S1854 FP: Value used after catch

False Negative

... (truncated)

Commits
  • b5238be NET-981 Update RSPEC before 10.6 release
  • 9144165 Add repro for NET-882
  • 523faac NET-833 Extract Helper analysis configuration
  • caa1608 NET-989 S3444: Add secondary location message
  • f9a456d NET-1037 Improve messaging after validation
  • 1bc41ec NET-1034 AnalysisContext: Cleanup SonarAnalysisContext
  • 08e8ad7 NET-1031 Remove deprecated SonarLintProfileExporter
  • 7df445f NET-1033 AnalysisContext: Rename SemanticModel to Model
  • 53c2810 NET-1032 AnalysisContext: Rename SyntaxTree to Tree
  • a11f629 NET-1035 AnalysisContext: Rename CancellationToken to Cancel
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration.Abstractions from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration.Abstractions from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits
  • 80aa709 Merge commit '692a3b6a9827fa10c51ce2a16b26b51ecca7b430'
  • 692a3b6 Merged PR 45621: Update DIA to 17.12.0-beta1.24603.5 (#111428)
  • 74b5c68 Merge commit '6a86517f3a838ba210cdf94b2d6d38125e1906a2'
  • 6a86517 [release/9.0] Support generic fields in PersistedAssemblyBuilder (#111467)
  • be62441 Merge commit '63cb882afa85ee0160999ab1c0b727e866a29aef'
  • ...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.12.19` | `17.13.2` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.9` | `4.13.0` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `10.3.0.106239` | `10.6.0.109712` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.2` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.2` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.4` | `3.8.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.8.0` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.2` |



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

Updates `Roslynator.Analyzers` from 4.12.9 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.9...v4.13.0)

Updates `SonarAnalyzer.CSharp` from 10.3.0.106239 to 10.6.0.109712
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.3.0.106239...10.6.0.109712)

Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Extensions.Configuration.Json` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.0...v9.0.2)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.0...v9.0.2)

Updates `MSTest.TestAdapter` from 3.6.4 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.8.0)

Updates `MSTest.TestFramework` from 3.6.4 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.8.0)

Updates `dotnet-ef` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v9.0.0...v9.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: dotnet-ef
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2025

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

@dependabot dependabot bot closed this Feb 20, 2025
@dependabot dependabot bot deleted the dependabot/nuget/tests-56e0492314 branch February 20, 2025 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant