Results 6 comments of XiangYang

Hi, it work ```c# /// /// Auto Delete Temp Images (by zh3305) /// /// /// /// public static IConversion BuildVideoFromImagesDelTemp(this Xabe.FFmpeg.IConversion conversion, IEnumerable imageFiles) { var builder = new InputBuilder();...

同问: 在批量删除时错误,不用批量删除会全部查出来一个一个删除,非常慢 ```csharp Unable to cast object of type 'ShardingCore.EFCores.ShardingQueryCompiler' to type 'Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler'. System.InvalidCastException: Unable to cast object of type 'ShardingCore.EFCores.ShardingQueryCompiler' to type 'Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler'. at .[](IQueryable`1 ) at Z.EntityFramework.Extensions.BatchDelete.Execute[T](IQueryable`1 query)...

@xuejmnet 我用的 就是 Z.EntityFramework.Plus 插件的 Repository.GetAll() .DeleteAsync(); 功能. 我知道 这个是Z.EntityFramework.Plus 插件的bug,他应该转换为 IQueryCompiler 而不是 QueryCompiler 只是反馈一下,

@xuejmnet 感谢大佬 搞定了 ```csharp public static async Task ShardingBulkDeleteAsync(this MonitorDbContext shardingDbContext, Expression where, CancellationToken cancellationToken = default(CancellationToken)) where T : class { var dbContexts = shardingDbContext.BulkShardingTableExpression(where); var effectRows = 0;...

This is a simple implementation. But I think there should be a better way to implement it,

> Can you convert the hex to binary first? I think it would be easier to process then. I have created a small test I want to change DataAmount,DistData.Data to...