1 instantiation of InputsDialogValidationContext
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
189
var context = new
InputsDialogValidationContext
3 references to InputsDialogValidationContext
Aspire.Hosting (3)
ApplicationModel\IInteractionService.cs (2)
181
/// 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.
183
public Func<
InputsDialogValidationContext
, Task>? ValidationCallback { get; set; }
Dashboard\DashboardServiceData.cs (1)
189
var
context = new InputsDialogValidationContext