5 implementations of SetIndexSourceFingerprintAsync
aspire (1)
Documentation\Docs\DocsCache.cs (1)
114
public async Task
SetIndexSourceFingerprintAsync
(string fingerprint, CancellationToken cancellationToken = default)
Aspire.Cli.Tests (4)
Mcp\Docs\DocsFetcherTests.cs (1)
464
public Task
SetIndexSourceFingerprintAsync
(string fingerprint, CancellationToken cancellationToken = default)
Mcp\Docs\DocsIndexServiceTests.cs (2)
1707
public Task
SetIndexSourceFingerprintAsync
(string fingerprint, CancellationToken cancellationToken = default) => Task.CompletedTask;
1762
public Task
SetIndexSourceFingerprintAsync
(string fingerprint, CancellationToken cancellationToken = default)
Mcp\Docs\DocsSearchServiceTests.cs (1)
429
public Task
SetIndexSourceFingerprintAsync
(string fingerprint, CancellationToken cancellationToken = default) => Task.CompletedTask;
1 reference to SetIndexSourceFingerprintAsync
aspire (1)
Documentation\Docs\DocsIndexService.cs (1)
210
await _docsCache.
SetIndexSourceFingerprintAsync
(currentFingerprint, cancellationToken).ConfigureAwait(false);