9 references to WithRequiredCommand
Aspire.Hosting (1)
DotnetToolResourceExtensions.cs (1)
55
.
WithRequiredCommand
("dotnet", context => ValidateDotnetSdkVersionAsync(context, resource.WorkingDirectory))
Aspire.Hosting.Tests (8)
RequiredCommandAnnotationTests.cs (8)
91
resourceBuilder.
WithRequiredCommand
("test-command", callback);
202
.
WithRequiredCommand
(command, ctx =>
228
.
WithRequiredCommand
(command, ctx =>
254
.
WithRequiredCommand
(command, ctx =>
327
.
WithRequiredCommand
(command, callback);
330
.
WithRequiredCommand
(command, callback);
354
.
WithRequiredCommand
(command, _ =>
361
.
WithRequiredCommand
(command, _ =>