3 implementations of GetVersionAsync
aspire (1)
Agents\Playwright\PlaywrightCliRunner.cs (1)
16public async Task<SemVersion?> GetVersionAsync(CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Agents\PlaywrightCliInstallerTests.cs (1)
558public Task<SemVersion?> GetVersionAsync(CancellationToken cancellationToken)
TestServices\FakePlaywrightServices.cs (1)
46public Task<SemVersion?> GetVersionAsync(CancellationToken cancellationToken)
1 reference to GetVersionAsync
aspire (1)
Agents\Playwright\PlaywrightCliInstaller.cs (1)
108var installedVersion = await playwrightCliRunner.GetVersionAsync(cancellationToken);