FabriceAv
Results
1
comments of
FabriceAv
I find a "bad" workaround ``` using Microsoft.EntityFrameworkCore.SqlServer.Update.Internal; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Update; using Microsoft.EntityFrameworkCore.Diagnostics; using Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal; #pragma warning disable EF1001 // Internal EF Core API usage. namespace Test...