Skip to content

Outdated dependency on SqlClient package #21184

@arjanvanbekkum

Description

@arjanvanbekkum

There is a bug in the Mircosoft.Data.SqlClient package version 1.0.19x, if you use async queries in a container on .NET Core 3.1, it random creates locks on the database. This bug is fixed in version 1.1.1 of the Mircosoft.Data.SqlClient package.

Please update the minimum version of this dependency to 1.1.1. instead of 1.0.19x

for more information please read:
https://arjanvanbekkum.github.io/blog/2020/06/08/Process-End-NET-Core-EF-Core

Further technical details

EF Core version: 3.1.4
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET Core 3.1
Operating system: Win10, Linux Containers
IDE: Visual Studio 2019 16.5.4

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions