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 17 updates #38

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

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

Package From To
Meziantou.Analyzer 2.0.182 2.0.186
Microsoft.EntityFrameworkCore.Analyzers 9.0.0 9.0.1
Roslynator.Analyzers 4.12.9 4.12.10
SonarAnalyzer.CSharp 10.3.0.106239 10.5.0.109200
Microsoft.EntityFrameworkCore 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Analyzers 9.0.0 9.0.1
Microsoft.EntityFrameworkCore 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Design 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Analyzers 9.0.0 9.0.1
Microsoft.EntityFrameworkCore 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.SqlServer 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Analyzers 9.0.0 9.0.1
Microsoft.EntityFrameworkCore 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Design 9.0.0 9.0.1
Microsoft.Extensions.Configuration.Abstractions 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Analyzers 9.0.0 9.0.1
Microsoft.EntityFrameworkCore.Tools 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.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.Mvc.Testing 9.0.0 9.0.1
MSTest.TestAdapter 3.6.4 3.7.2
MSTest.TestFramework 3.6.4 3.7.2
Microsoft.AspNetCore.Authentication.JwtBearer 9.0.0 9.0.1
dotnet-ef 9.0.0 9.0.1

Updates Meziantou.Analyzer from 2.0.182 to 2.0.186

Release notes

Sourced from Meziantou.Analyzer's releases.

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

Commits
  • 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
  • See full diff in compare view

Updates Microsoft.EntityFrameworkCore.Analyzers from 9.0.0 to 9.0.1

Release notes

Sourced from Microsoft.EntityFrameworkCore.Analyzers's releases.

.NET 9.0.1

Release

What's Changed

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

Commits

Updates Roslynator.Analyzers from 4.12.9 to 4.12.10

Release notes

Sourced from Roslynator.Analyzers's releases.

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

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

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

  • NET-798 - Fix S1854 FN: Support &&, ||, ?? and ??=

Task

  • NET-763 - Update RSPEC before 10.4 release
Commits
  • 04c1f31 NET-927 Happy New Year 2025!
  • 960d5c3 NET-972 Happy New Year 2025!
  • 437f961 NET-964 Update RSpec
  • e61a9d7 NET-957 S5693: Add secondary location message
  • 941f01f NET-897 Update RSpec
  • c84f263 [REVERT NET-932] Enable .razor and .cshtml on VS Code
  • c9dddf9 NET-944 IsRazorGeneratedFile: Short-circuit regex evaluation
  • 056dc44 NET-911 Exclude directories from CPD analysis
  • ff22765 NET-939 Exclude S108 on design time generated razor files
  • fd8e6a4 NET-932: Enable .razor and .cshtml on VS Code
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 9.0.0 to 9.0.1

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 9.0.1

Release

What's Changed

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

Commits

Updates Microsoft.EntityFrameworkCore.Analyzers from 9.0.0 to 9.0.1

Release notes

Sourced from Microsoft.EntityFrameworkCore.Analyzers's releases.

.NET 9.0.1

Release

What's Changed

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

Commits

Updates Microsoft.EntityFrameworkCore from 9.0.0 to 9.0.1

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 9.0.1

Release

What's Changed

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

Commits

Updates Microsoft.EntityFrameworkCore.Design from 9.0.0 to 9.0.1

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

.NET 9.0.1

Release

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.182` | `2.0.186` |
| [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.9` | `4.12.10` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `10.3.0.106239` | `10.5.0.109200` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |
| [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `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.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.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.2` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.2` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` |



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

Updates `Microsoft.EntityFrameworkCore.Analyzers` 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)

Updates `Roslynator.Analyzers` from 4.12.9 to 4.12.10
- [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.12.10)

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

Updates `Microsoft.EntityFrameworkCore` 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)

Updates `Microsoft.EntityFrameworkCore.Analyzers` 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)

Updates `Microsoft.EntityFrameworkCore` 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)

Updates `Microsoft.EntityFrameworkCore.Design` 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)

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.EntityFrameworkCore.Analyzers` 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)

Updates `Microsoft.EntityFrameworkCore` 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)

Updates `Microsoft.EntityFrameworkCore.SqlServer` 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)

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.EntityFrameworkCore.Analyzers` 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)

Updates `Microsoft.EntityFrameworkCore` 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)

Updates `Microsoft.EntityFrameworkCore.Design` 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)

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.EntityFrameworkCore.Analyzers` 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)

Updates `Microsoft.EntityFrameworkCore.Tools` 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)

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.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.2
- [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.2)

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

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 `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: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Design
  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.EntityFrameworkCore.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  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.EntityFrameworkCore.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Design
  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.EntityFrameworkCore.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  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.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.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: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 22, 2025
Copy link

what-the-diff bot commented Jan 22, 2025

PR Summary

  • Improved Tooling Efficiency with Updated dotnet-ef tool version
    The dotnet-ef has been upgraded from version 9.0.0 to 9.0.1. The update brings about enhanced performance and better stability.

  • Enhanced Code Quality Analyzers
    The versions of Meziantou.Analyzer, SonarAnalyzer.CSharp, and Roslynator.Analyzers packages have been updated. The updated analyzers offer improved code quality checks and better diagnostics.

  • Package Upgrades for Better Performance and Stability

    • The core framework Microsoft.EntityFrameworkCore and related packages have been updated, leading to more efficient database operations.
    • The upgrade in Microsoft.AspNetCore.Mvc.Testing assures better testing environment for MVC applications.
    • Updated versions of MSTest.TestAdapter and MSTest.TestFramework will bring enhanced testing capabilities.
  • Improved Authentication with Updated Microsoft.AspNetCore.Authentication.JwtBearer
    The Microsoft.AspNetCore.Authentication.JwtBearer package has been updated from version 9.0.0 to 9.0.1. It offers more reliable and secure user authentication.

  • General Configuration Package Upgrades
    Other configuration packages have also been updated from version 9.0.0 to 9.0.1. These updates will help in better application configuration management.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2025

Superseded by #39.

@dependabot dependabot bot closed this Jan 28, 2025
@dependabot dependabot bot deleted the dependabot/nuget/tests-2ba020f797 branch January 28, 2025 09:23
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