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 tests group across 1 directory with 11 updates #43

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
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.1
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Binder 9.0.0 9.0.1
Microsoft.Extensions.Configuration 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Json 9.0.0 9.0.1
Microsoft.AspNetCore.Authentication.JwtBearer 9.0.0 9.0.1
Microsoft.AspNetCore.Mvc.Testing 9.0.0 9.0.1
MSTest.TestAdapter 3.6.4 3.7.3
MSTest.TestFramework 3.6.4 3.7.3
dotnet-ef 9.0.0 9.0.1

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.1

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

Commits
  • c8acea2 Merge commit '756e62050722c168cd3b753be73b7cbcd93f06d6'
  • 756e620 Update dependencies from https://github.com/dotnet/emsdk build 20241204.3 (#1...
  • 6c7cf91 Merge commit '757d97b1a5f00cab30fc37f68aba9eec6e8b4e00'
  • 757d97b Switch to automatic 8.0 version updates (#110586)
  • 69ae1ac Merge commit '462630b3c311cade6426c53e9b3ee3b89bf217a2'
  • 462630b Merge pull request #110370 from carlossanlop/release/9.0-staging
  • 38709f8 Merge branch 'release/9.0' into release/9.0-staging
  • 8437635 Merge commit 'cc58c2832c5c5bcbf90d118a8b3c504b2a87c820'
  • 624638d [release/9.0-staging] Update dependencies from dotnet/hotreload-utils (#109308)
  • cc58c28 [release/9.0] Update dependencies from dotnet/emsdk (#109523)
  • Additional commits viewable in compare view

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

Release notes

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

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

Commits
  • c8acea2 Merge commit '756e62050722c168cd3b753be73b7cbcd93f06d6'
  • 756e620 Update dependencies from https://github.com/dotnet/emsdk build 20241204.3 (#1...
  • 6c7cf91 Merge commit '757d97b1a5f00cab30fc37f68aba9eec6e8b4e00'
  • 757d97b Switch to automatic 8.0 version updates (#110586)
  • 69ae1ac Merge commit '462630b3c311cade6426c53e9b3ee3b89bf217a2'
  • 462630b Merge pull request #110370 from carlossanlop/release/9.0-staging
  • 38709f8 Merge branch 'release/9.0' into release/9.0-staging
  • 8437635 Merge commit 'cc58c2832c5c5bcbf90d118a8b3c504b2a87c820'
  • 624638d [release/9.0-staging] Update dependencies from dotnet/hotreload-utils (#109308)
  • cc58c28 [release/9.0] Update dependencies from dotnet/emsdk (#109523)
  • Additional commits viewable in compare view

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

Release notes

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

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

Commits
  • c8acea2 Merge commit '756e62050722c168cd3b753be73b7cbcd93f06d6'
  • 756e620 Update dependencies from https://github.com/dotnet/emsdk build 20241204.3 (#1...
  • 6c7cf91 Merge commit '757d97b1a5f00cab30fc37f68aba9eec6e8b4e00'
  • 757d97b Switch to automatic 8.0 version updates (#110586)
  • 69ae1ac Merge commit '462630b3c311cade6426c53e9b3ee3b89bf217a2'
  • 462630b Merge pull request #110370 from carlossanlop/release/9.0-staging
  • 38709f8 Merge branch 'release/9.0' into release/9.0-staging
  • 8437635 Merge commit 'cc58c2832c5c5bcbf90d118a8b3c504b2a87c820'
  • 624638d [release/9.0-staging] Update dependencies from dotnet/hotreload-utils (#109308)
  • cc58c28 [release/9.0] Update dependencies from dotnet/emsdk (#109523)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration.Binder from 9.0.0 to 9.0.1

Release notes

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

.NET 9.0.1

Release

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [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.1` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.3` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.3` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |



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.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

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

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

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

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

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

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

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 9.0.0 to 9.0.1
- [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.1)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 9.0.0 to 9.0.1
- [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.1)

Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.3
- [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.7.3)

Updates `MSTest.TestFramework` from 3.6.4 to 3.7.3
- [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.7.3)

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

---
updated-dependencies:
- 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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2025

Superseded by #44.

@dependabot dependabot bot closed this Feb 12, 2025
@dependabot dependabot bot deleted the dependabot/nuget/tests-db921763a0 branch February 12, 2025 08:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants