2 writes to InputType
Aspire.Hosting (2)
Publishing\PublishingActivityReporter.cs (2)
289InputType = input.InputType.ToString(), 318InputType = "Boolean",
2 references to InputType
Aspire.Hosting.Tests (2)
Publishing\PublishingActivityReporterTests.cs (2)
482Assert.Equal("Text", input.InputType); 522Assert.Equal("Boolean", input.InputType);