Hello,
we were wondering why the DataService created by Blazor Studio when importing a datasource for CRUD is using syncronous calls to the database instead of the asynchronous ones, for example when creating Records, the generated code uses SaveChanges() and not SaveChangesAsync().
I failed to find the reasoning behind that, and maybe there is an explanation for it or some side effects i am not aware of. Can someone elaborate on that?