Files
git.stella-ops.org/out/tmp-cdx/Program.cs
root 68da90a11a
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Restructure solution layout by module
2025-10-28 15:10:40 +02:00

5 lines
130 B
C#

using System;
using CycloneDX.Models;
Console.WriteLine(string.Join(", ", Enum.GetNames(typeof(Component.Classification))));