6 implementations of GetDetectionPatternsAsync
aspire (2)
Projects\DotNetAppHostProject.cs (1)
138
public Task<string[]>
GetDetectionPatternsAsync
(CancellationToken cancellationToken = default)
Projects\GuestAppHostProject.cs (1)
152
public Task<string[]>
GetDetectionPatternsAsync
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (4)
Commands\SecretCommandTests.cs (1)
125
public Task<string[]>
GetDetectionPatternsAsync
(CancellationToken cancellationToken = default) => Task.FromResult<string[]>([]);
Projects\ProjectLocatorTests.cs (1)
2201
public Task<string[]>
GetDetectionPatternsAsync
(CancellationToken cancellationToken)
TestServices\TestAppHostProjectFactory.cs (1)
165
public Task<string[]>
GetDetectionPatternsAsync
(CancellationToken cancellationToken)
TestServices\TestTypeScriptStarterProjectFactory.cs (1)
60
public Task<string[]>
GetDetectionPatternsAsync
(CancellationToken cancellationToken = default)