We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a088d4 commit b7ce732Copy full SHA for b7ce732
DataWarehouseAutomation/SchemaJsonConverter/Program.cs
@@ -136,14 +136,6 @@
136
var getClassification = classificationJsonObject
137
.TryGetPropertyValue("classification", out var classificationValue).ToString();
138
139
-
140
- // public string groupValue) => classificationValue.ToString()
141
- //switch
142
- // {
143
- // "CoreBusinessConcept" => new NewSwitch(0xFF, 0x00, 0x00),
144
- // _ => throw new ArgumentException(message: "error", paramName: nameof(color)),
145
- // };
146
147
string groupValue = classificationValue.ToString() switch
148
{
149
"Source" => "Solution Layer",
0 commit comments