We need the package to support.NET 5.0!!!
Hi.
Yes that's a good point. I'm currently pretty busy but will update the library soon.
Best regards
Morris
Thank you very much for your hard work after work. I will always pay attention to the progress of the project
Do you have an estimate when it could be done? Not to be disrepectfull, but I'm just curious :).
It appears that FileContextTransactionManager class is missing CommitTransactionAsync method, so is it possible to just add the following? Of course there may be additional changes to upgrade the provider to .NET 5.0 but possibly not.
public virtual Task CommitTransactionAsync(CancellationToken cancellationToken = default)
{
_logger.TransactionIgnoredWarning();
return Task.CompletedTask;
}
Looking into this further there is a lot of work required to update the library. There is an open issue Improve documentation on how to write an EF Core provider that could aid this effort.