Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Async variants to IRepository and repository conductor interfaces #34

Closed
wintondeshong opened this issue Feb 17, 2021 · 0 comments · Fixed by #49
Closed

Add Async variants to IRepository and repository conductor interfaces #34

wintondeshong opened this issue Feb 17, 2021 · 0 comments · Fixed by #49
Assignees
Labels
core Anything related to the Core project

Comments

@wintondeshong
Copy link
Contributor

As to not leave current projects stranded without a working implementation, please attempt to have our primary use case of SqlServer (rsm-hcd/AndcultureCode.CSharp.Data.SqlServer#5) ready to go before tackling this issue.

Per the issue above, we have an immediate use case with GraphQL data loaders that could leverage having async variants of our various IRepository and repository conductor interfaces.

Methods like...

// IRepository.cs
Task<IResult<IList<T>>> FindAllCommittedAsync(...);
Task<IResult<T>> FindByIdAsync(long id);
@wintondeshong wintondeshong self-assigned this Feb 17, 2021
@wintondeshong wintondeshong changed the title Add Async varients to IRepository and repository conductor interfaces Add Async variants to IRepository and repository conductor interfaces Feb 17, 2021
@myty myty transferred this issue from another repository Dec 17, 2021
@myty myty added the core Anything related to the Core project label Dec 17, 2021
@klauffer klauffer assigned klauffer and unassigned wintondeshong Mar 18, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Mar 18, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Mar 18, 2022
klauffer added a commit that referenced this issue Mar 25, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Mar 25, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Mar 25, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Mar 25, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Mar 25, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Apr 1, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Apr 8, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Apr 8, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Apr 8, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Apr 8, 2022
klauffer added a commit to klauffer/AndcultureCode.CSharp that referenced this issue Apr 8, 2022
myty pushed a commit to myty/AndcultureCode.CSharp that referenced this issue Mar 15, 2023
…d-jhugs

docs: add jhugs as a contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Anything related to the Core project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants