7 references to ValidateNotNull
Aspire.Dashboard (7)
ServiceClient\Partials.cs (7)
23
var resourceType =
ValidateNotNull
(ResourceType);
27
Name =
ValidateNotNull
(Name),
29
DisplayName =
ValidateNotNull
(DisplayName),
30
Uid =
ValidateNotNull
(Uid),
32
CreationTimeStamp =
ValidateNotNull
(CreatedAt).ToDateTime(),
169
name:
ValidateNotNull
(property.Name),
170
value:
ValidateNotNull
(property.Value),