Aaron Kibbie
Results
1
comments of
Aaron Kibbie
I can't create a branch/PR so here is the code change suggested: static class ObjectExtensions { internal static DataTable ToDataTable(this object result, Type resultType) => (result is not string &&...