iluvadev / PocketBaseClient

C# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
MIT License
34 stars 8 forks source link

Fix RemoveAll implementation #26

Closed mtaku3 closed 1 year ago

mtaku3 commented 1 year ago

Removing a element of enumerable in foreach is not allowed to do. It throws exception if you do that. PR includes fixes, but I'm not sure this code is covering all. At least, it worked on my environment without any exceptions.

mtaku3 commented 1 year ago

I appreciate your approval.