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 repository conductors #17

Open
wintondeshong opened this issue Feb 17, 2021 · 0 comments
Open

Add Async variants to repository conductors #17

wintondeshong opened this issue Feb 17, 2021 · 0 comments
Assignees
Labels
conductors Anything related to the Conductors 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 repository conductor interfaces.

Methods like...

// RepositoryReadConductor.cs
public async Task<IResult<T>> FindByIdAsync(long id) => await _repository.FindByIdAsync(id);
@wintondeshong wintondeshong self-assigned this Feb 17, 2021
@myty myty transferred this issue from another repository Dec 17, 2021
@myty myty added the conductors Anything related to the Conductors project label Dec 17, 2021
@klauffer klauffer self-assigned this 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
…sitory-delete-conductor

Added XML comments to the repositoryDeleteConductor methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conductors Anything related to the Conductors project
Projects
None yet
Development

No branches or pull requests

3 participants