Hi Team,
We are currently using Dapper.SimpleCrud v1.13.0 & Dapper v1.50.4 (Dot Net Framework 4.8) and getting below exceptions:
System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add)
at Dapper.SimpleCRUD.GetTableName(Type type) in C:\Users\ecoffman\Documents\GitHub\Dapper.SimpleCRUD\Dapper.SimpleCRUD\SimpleCRUD.cs:line 877
at Dapper.SimpleCRUD.GetListAsync[T](IDbConnection connection, Object whereConditions, IDbTransaction transaction, Nullable1 commandTimeout) in C:\Users\ecoffman\Documents\GitHub\Dapper.SimpleCRUD\Dapper.SimpleCRUD NET45\SimpleCRUDAsync.cs:line 77
Can someone please look into it?