-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Configuration - decide fate and form of 'Category' #10314
Copy link
Copy link
Open
Labels
Description
Blocked by #9823 (that item will decide the fate and possibly resolve this)
Context
Initial proposal of BuildAnalyzerRule has a Category field:
msbuild/src/Build/BuildCheck/API/BuildAnalyzerRule.cs
Lines 46 to 49 in 5fab936
| /// <summary> | |
| /// TODO: We might turn this into enum, or just remove this. | |
| /// </summary> | |
| public string Category { get; } |
However it was not yet decided how that will be used and if that should be a freeform text or fixed enum.
Goals
- Decide whether we should bring back the
Categoryand what would be the usage for the field (e.g. mass-configuration of rules by customer, or improved UX) - If decided that it's needed:
- Document the usage and expected configuration by custom Checks authors
- Reintroduce to code
Possibly related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.