3 references to GetMaxFileCount
Aspire.Hosting (2)
InteractionService.cs (2)
200
.Select(input => (input.Name, InteractionHelpers.
GetMaxFileCount
(input.AllowMultipleFiles)))
574
var maxFileCount = InteractionHelpers.
GetMaxFileCount
(input.AllowMultipleFiles);
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
1529
Assert.Equal((input.Name, InteractionHelpers.
GetMaxFileCount
(allowMultipleFiles)), Assert.Single(registeredFileInputs));