Skip to content

Conversation

@JohnCampionJr
Copy link
Contributor

@JohnCampionJr JohnCampionJr commented Nov 6, 2020

Results was returning the async Task or ValueTask, not the Entity type directly. Change tracking works as expected on Async Linq queries now.

Closes #191

Regular Linq Detects change, Async does not
Same tests with non-tenant DbSet just to ensure theres not an issue with the tenant
Added check for ValueTask<> and Task<> just in case
@Turnerj Turnerj merged commit c4f595c into TurnerSoftware:master Nov 6, 2020
@Turnerj Turnerj changed the title Async change track Fix Async change tracking not working Nov 6, 2020
@JohnCampionJr JohnCampionJr deleted the async-change-track branch December 17, 2020 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Entities Retrieved by AsyncLinq are Not Tracked

2 participants