Implemented interface member:
method
Validate
Microsoft.Extensions.Options.IValidateOptions<TOptions>.Validate(System.String, TOptions)
19 references to Validate
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
482
var result = new ValidateDashboardOptions().
Validate
(name: string.Empty, dashboardOptions);
Aspire.Dashboard.Tests (18)
DashboardOptionsTests.cs (18)
33
var result = new ValidateDashboardOptions().
Validate
(null, GetValidOptions());
47
var result = new ValidateDashboardOptions().
Validate
(null, options);
59
var result = new ValidateDashboardOptions().
Validate
(null, options);
71
var result = new ValidateDashboardOptions().
Validate
(null, options);
85
var result = new ValidateDashboardOptions().
Validate
(null, options);
101
var result = new ValidateDashboardOptions().
Validate
(null, options);
115
var result = new ValidateDashboardOptions().
Validate
(null, options);
130
var result = new ValidateDashboardOptions().
Validate
(null, options);
145
var result = new ValidateDashboardOptions().
Validate
(null, options);
159
var result = new ValidateDashboardOptions().
Validate
(null, options);
173
var result = new ValidateDashboardOptions().
Validate
(null, options);
186
var result = new ValidateDashboardOptions().
Validate
(null, options);
199
var result = new ValidateDashboardOptions().
Validate
(null, options);
216
var result = new ValidateDashboardOptions().
Validate
(null, options);
230
var result = new ValidateDashboardOptions().
Validate
(null, options);
242
var result = new ValidateDashboardOptions().
Validate
(null, options);
259
var result = new ValidateDashboardOptions().
Validate
(null, options);
272
var result = new ValidateDashboardOptions().
Validate
(null, options);