1 implementation of OpenProjectAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
465
public async Task
OpenProjectAsync
(string projectPath, CancellationToken cancellationToken)
1 reference to OpenProjectAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
217
Debug.Assert(_extensionTaskChannel.Writer.TryWrite(() => _backchannel.
OpenProjectAsync
(projectPath, _cancellationToken)));