Closed mikaelm12 closed 8 years ago
@Tratcher I'll open a new PR to clean up the enum parsing (making it similar to how the bool parsing is done here).
Go ahead and fix the Enum pattern in this PR, they're related.
Updated @Tratcher
@Tratcher Updated to use generics. Cut out a lot of the similar methods.
Fixes https://github.com/aspnet/BasicMiddleware/issues/161 This change makes url rewrite file parsing throw for bad values for Boolean parameters and only provides defaults when the attributes aren't present.
@Tratcher @natemcmaster @BrennanConroy