aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Fix enum parsing #160

Closed mikaelm12 closed 8 years ago

mikaelm12 commented 8 years ago

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

davidfowl commented 8 years ago

You also need to add tests to verify the case insensitivity.

mikaelm12 commented 8 years ago

⬆️ 📅 @Tratcher @davidfowl I added the logicalGrouping rewrite tag because the Enum parsing can't be done without it.

jkotalik commented 8 years ago

Besides any grammar/exception stuff, :ship: :it:

mikaelm12 commented 8 years ago

Also fixes issue https://github.com/aspnet/BasicMiddleware/issues/146