csharp-analyzer icon indicating copy to clipboard operation
csharp-analyzer copied to clipboard

Add features for flag-enums exercise

Open mikedamay opened this issue 4 years ago • 0 comments

See the flag-enums exercise.

Two features are required for this exercise:

  • Verify that the Permission enum is marked with the [Flags] attribute.
  • Suggest using byte as the enum's backing type if no backing type was explicitly specified.

The boilerplate is here. Example code is here.

mikedamay avatar Jun 16 '20 13:06 mikedamay