Sergey Fuflygin

Results 4 comments of Sergey Fuflygin

Hey gents, I can confirm the issue. We are using `AutoBogus` `2.13.1` in our project and I raised a PR to upgrade it from .NET 5 to .NET 6. Pipeline...

My project is running on .NET 8. I experience similar issue: ``` updater | 2025/05/21 03:42:04 INFO Performed the following updates: - Updated AWSSDK.Extensions.NETCore.Setup to 4.0.1 in /src/Infrastructure/Infrastructure.csproj - Updated...

Thanks @kaylumah and @martincostello. I just tried manually rerunning Dependabot for my repository, and it created a single PR `Bump AWSSDK.Extensions.NETCore.Setup and 4 others` (`dependabot/nuget/dot-config/multi-943f16cd35`) instead of creating individual PRs.

@roji, thank you for the feedback. I wanted to clarify that our application code follows best practices for managing `NpgsqlConnection` instances, ensuring they are not shared across threads. Below is...