Task Tracker - Add [Flags] attribute to SystemUpdate.SystemUpdateType enumeration

I just posted Add [Flags] attribute to SystemUpdate.SystemUpdateType enumeration on Task Tracker. Feel free to discuss and make suggestions here.

Can you please explain more?


var gaga=SystemUpdateType.Config|SystemUpdateType.Deployment;

yields gaga=12 which is not a part of the enum, thus is simply incorrect.

In the big .NET, such usage will also trick debugger, and


will print "12" instead on "Config | Deployment".

Add [Flags] attribute to SystemUpdate.SystemUpdateType enumeration was updated.

Status went from Proposed to Open.
Priority went from Unassigned to Minor.

Add [Flags] attribute to SystemUpdate.SystemUpdateType enumeration was updated.

Status went from Open to Closed.