the method InsertAll in DbRepository does return the number of inserted rows.
But InsertAll in BaseRepository does not return this.
Docu says it should return this number.
Hey, we have a huge Integration Tests that cover this, we would say all Integration Tests are using this method. Also, I personally just tested this one and it works (just now).
Would you be able to provide more context on this User Story? We need to following.
Or, you can always give more context on your own way.
Hi Mike, I started experimenting with RepoDB yesterday. Looks good so far, but i'm still struggling with some little problems.
I used the sync version of this method.
I used the latest version of RepoDB. (1.12.3)
Look at this source:
https://github.com/mikependon/RepoDB/blob/master/RepoDb/RepoDb/Operations/BaseRepository/InsertAll.cs
The method InsertAll is defined "void"
(The async version also is just returning Task)
It's no big deal, but your doc says "///
@lucwuyts - hmmmm... Interesting.

My fault....
I should have looked in RepoDB.Core
Sorry about that
You are looking at the old one. You should look here.