-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: Public Preview 1
-
None
-
Dotnet Drivers
In the below code, records is always 0 even though the data are written out to the database successfully.
{{
public async Task<IEnumerable<Guid>> SaveTestData(IEnumerable<TestData> data)
}}
Same is true for the sync SaveChanges() method. This makes basic logic for checking for success/failure impossible so this should be considered high priority.