Closed mikaelm12 closed 8 years ago
You also need to add tests to verify the case insensitivity.
⬆️ 📅 @Tratcher @davidfowl I added the logicalGrouping rewrite tag because the Enum parsing can't be done without it.
Besides any grammar/exception stuff, :ship: :it:
Also fixes issue https://github.com/aspnet/BasicMiddleware/issues/146
Currently enum parsing isn't case sensitive and some of the enums have incorrect casing which is a bad combo.. Issue: https://github.com/aspnet/BasicMiddleware/issues/145 @BrennanConroy @natemcmaster @Tratcher