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

Fix marshalability of IWorkspaceProject.StartBatchAsync #67048

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

jasonmalinowski
Copy link
Member

We have to make this return an interface marked with [RpcMarshalable], and since that can't really use IAsyncDisposable to say when it's done, I'm adding an explicit Apply method to make up for it.

@jasonmalinowski jasonmalinowski requested a review from a team as a code owner February 25, 2023 00:12
We have to make this return an interface marked with [RpcMarshalable],
and since that can't really use IAsyncDisposable to say when it's done,
I'm adding an explicit Apply method to make up for it.
@jasonmalinowski jasonmalinowski merged commit 286d4ed into dotnet:main Feb 25, 2023
@jasonmalinowski jasonmalinowski deleted the fix-batch-api branch February 25, 2023 19:25
@ghost ghost added this to the Next milestone Feb 25, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.6 P2 Mar 2, 2023
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.

3 participants