2 instantiations of InputsDialogValidationContext
Aspire.Hosting (1)
InteractionService.cs (1)
243
var context = new
InputsDialogValidationContext
Aspire.Hosting.Azure.Tests (1)
DefaultProvisioningContextProviderTests.cs (1)
350
var context = new
InputsDialogValidationContext
4 references to InputsDialogValidationContext
Aspire.Hosting (3)
IInteractionService.cs (2)
205
/// If validation errors are added to the <see cref="
InputsDialogValidationContext
"/>, the dialog will not close and the user will be prompted to correct the errors.
207
public Func<
InputsDialogValidationContext
, Task>? ValidationCallback { get; set; }
InteractionService.cs (1)
243
var
context = new InputsDialogValidationContext
Aspire.Hosting.Azure.Tests (1)
DefaultProvisioningContextProviderTests.cs (1)
350
var
context = new InputsDialogValidationContext