NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
858 stars 170 forks source link

Form logging doesn't include #196

Open NickCraver opened 3 years ago

NickCraver commented 3 years ago

Here: https://github.com/NickCraver/StackExchange.Exceptional/blob/main/src/StackExchange.Exceptional.AspNetCore/AspNetCoreExtensions.cs#L156-L159 isn't logging a form key that has no values, this tripped us up when debugging today. Needs handling for 0 values and adding a single pair as null.

cc @m0sa