Implemented interface member:
method
Validate
Microsoft.Extensions.Options.IValidateOptions<TOptions>.Validate(System.String, TOptions)
19 references to Validate
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
545
var result = new ValidateDashboardOptions().
Validate
(name: string.Empty, dashboardOptions);
Aspire.Dashboard.Tests (18)
DashboardOptionsTests.cs (18)
40
var result = new ValidateDashboardOptions().
Validate
(null, GetValidOptions());
54
var result = new ValidateDashboardOptions().
Validate
(null, options);
66
var result = new ValidateDashboardOptions().
Validate
(null, options);
78
var result = new ValidateDashboardOptions().
Validate
(null, options);
92
var result = new ValidateDashboardOptions().
Validate
(null, options);
108
var result = new ValidateDashboardOptions().
Validate
(null, options);
122
var result = new ValidateDashboardOptions().
Validate
(null, options);
137
var result = new ValidateDashboardOptions().
Validate
(null, options);
152
var result = new ValidateDashboardOptions().
Validate
(null, options);
166
var result = new ValidateDashboardOptions().
Validate
(null, options);
180
var result = new ValidateDashboardOptions().
Validate
(null, options);
193
var result = new ValidateDashboardOptions().
Validate
(null, options);
206
var result = new ValidateDashboardOptions().
Validate
(null, options);
223
var result = new ValidateDashboardOptions().
Validate
(null, options);
237
var result = new ValidateDashboardOptions().
Validate
(null, options);
249
var result = new ValidateDashboardOptions().
Validate
(null, options);
280
var result = new ValidateDashboardOptions().
Validate
(null, options);
293
var result = new ValidateDashboardOptions().
Validate
(null, options);