Pawel Gerr
Pawel Gerr
As a workaround you can install `Npgsql.EntityFrameworkCore.PostgreSQL` explicitly and give it some kind of alias. Npgsql will be virtually disabled by doing that. For more info see: [extern-alias ](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/extern-alias) ```xml...
The snapshot is being used to detect changes in the model. I recommend using the same schema for creation of new migrations. Otherwise, it could happen that EF creates migrations...
In my demos I'm using SQL Server and EF Core for SQL Server is creating the schema automatically when the table `__EFMigrationsHistory` is created. Postgres might behave differently. Btw, the...
Hi, I started to update the lib for .NET 5 but I'm not planing to include methods like `Begin*` and `End*`. Why not using `AcceptAsync`, `ConnectAsync`, etc.?
Thank you for feedback but I have no plans to update this lib in the near future.
Please make a pull request, if you still need an abstraction for `Ping`.
The new beta supports .NET 5: https://www.nuget.org/packages/Thinktecture.Net.Http.Abstractions/3.0.0-beta01
Hi, the last idea (`Select((entity, index) => )`) looks interessting but currently I have no time to implement this feature.
At the moment, `BulkInsertAsync` doesn't populate columns generated by the database. I may add support for that in the future, but not any time soon because my customers are generating...
Alas, the SDK 6.0.300 seems to be not backwards-compatible with `Microsoft.CodeAnalysis` v4.0.1 nor v4.1.0. In both cases I get ``` Exception was of type 'MissingMethodException' with message 'Method not found:...