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

deps(c#): Update c# #82

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

deps(c#): Update c# #82

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AngleSharp (source) 1.1.2 -> 1.2.0 age adoption passing confidence
Autofac (source) 8.1.1 -> 8.2.0 age adoption passing confidence
CommunityToolkit.Diagnostics 8.3.2 -> 8.4.0 age adoption passing confidence
Google.Protobuf 3.29.1 -> 3.29.3 age adoption passing confidence
LinqKit.Microsoft.EntityFrameworkCore 9.0.7 -> 9.0.8 age adoption passing confidence
Meziantou.Analyzer 2.0.182 -> 2.0.186 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.Hosting (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.Http (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.Http.Polly (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 9.0.2 -> 9.0.3 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite 9.0.2 -> 9.0.3 age adoption passing confidence
Roslynator.Analyzers 4.12.9 -> 4.12.10 age adoption passing confidence
SharpSource 1.25.2 -> 1.27.0 age adoption passing confidence
SonarAnalyzer.CSharp (source) 10.3.0.106239 -> 10.5.0.109200 age adoption passing confidence
SuperLinq 6.2.0 -> 6.3.0 age adoption passing confidence
System.IO.Hashing (source) 9.0.0 -> 9.0.1 age adoption passing confidence
System.Threading.RateLimiting (source) 9.0.0 -> 9.0.1 age adoption passing confidence

Release Notes

AngleSharp/AngleSharp (AngleSharp)

v1.2.0

Compare Source

Released on Tuesday, December 31 2024.

autofac/Autofac (Autofac)

v8.2.0

What's Changed
  • Fix #​1437: Improve type cache handling for generic type arguments with respect to AssemblyLoadContext disposal (#​1438 - thanks @​hemirunner426!)
  • Added overloads for RegisterServiceMiddleware to assist with interceptors/decorators (#​1439 - thanks @​idiotsky!)

Full Changelog: autofac/Autofac@v8.1.1...v8.2.0

CommunityToolkit/dotnet (CommunityToolkit.Diagnostics)

v8.4.0: 8.4.0

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.3.2...v8.4.0

protocolbuffers/protobuf (Google.Protobuf)

v3.29.3

v3.29.2

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

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

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.1: .NET 9.0.1

Release

What's Changed

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

dotnet/runtime (Microsoft.Extensions.Hosting)

v9.0.1: .NET 9.0.1

Release

What's Changed

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

dotnet/aspnetcore (Microsoft.Extensions.Http.Polly)

v9.0.1: .NET 9.0.1

Release

What's Changed

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

npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)

v9.0.3

Milestone issues

Full Changelog: npgsql/efcore.pg@v9.0.2...v9.0.3

dotnet/roslynator (Roslynator.Analyzers)

v4.12.10

Fixed
Changed
  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)
Vannevelj/SharpSource (SharpSource)

v1.27.0

  • ElementaryMethodsOfTypeInCollectionNotOverridden: Don't exclude all System assembly types, exclude only structs

v1.26.0

  • ElementaryMethodsOfTypeInCollectionNotOverridden: Include .Distinct() and .ToHashSet(), courtesy of @​Advitalitum
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)

v10.5.0.109200: 10.5

Compare Source

Improvement

  • NET-957 - S5693: Add secondary location message

v10.4.0.108396: 10.4

Compare Source

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
viceroypenguin/SuperLinq (SuperLinq)

v6.3.0

What's Changed

New Contributors

Full Changelog: viceroypenguin/SuperLinq@v6.2.0...v6.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file nuget labels Dec 12, 2024
@renovate renovate bot changed the title deps(c#): Update dependency CommunityToolkit.Diagnostics to 8.4.0 deps(c#): Update c# Dec 17, 2024
@renovate renovate bot force-pushed the renovate/c branch 4 times, most recently from 54d25d8 to 4ed7ddc Compare December 19, 2024 13:05
@n0099 n0099 force-pushed the v2 branch 2 times, most recently from 25c8324 to 50b86eb Compare December 20, 2024 07:09
@renovate renovate bot force-pushed the renovate/c branch 2 times, most recently from dcae22d to e0f9e1d Compare December 26, 2024 15:28
@renovate renovate bot force-pushed the renovate/c branch 5 times, most recently from a3d0e4a to becbdf3 Compare January 14, 2025 23:31
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 nuget
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants