8 references to Command
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
55var command = annotation.Command;
Aspire.Hosting.Azure.Tests (1)
AzureFunctionsTests.cs (1)
771Assert.Equal("func", annotation.Command);
Aspire.Hosting.Tests (6)
RequiredCommandAnnotationTests.cs (6)
20Assert.Equal("test-command", annotation.Command); 64Assert.Equal("test-command", annotation.Command); 78Assert.Equal("test-command", annotation.Command); 94Assert.Equal("test-command", annotation.Command); 111Assert.Equal("command1", annotations[0].Command); 112Assert.Equal("command2", annotations[1].Command);