5 references to Category
Microsoft.DotNet.Build.Tasks.Workloads (3)
Metadata.cs (1)
12
public static readonly string Category = nameof(
Category
);
Swix\SwixComponent.cs (2)
174
resourceItem != null && !string.IsNullOrEmpty(resourceItem.GetMetadata(Metadata.
Category
)) ? resourceItem.GetMetadata(Metadata.
Category
) : DefaultValues.ComponentCategory ?? throw new Exception(Strings.ComponentCategoryCannotBeNull),
Microsoft.DotNet.Build.Tasks.Workloads.Tests (2)
SwixComponentTests.cs (2)
48
.WithMetadata(Metadata.
Category
, "WebAssembly")
78
.WithMetadata(Metadata.
Category
, "WebAssembly")