soygul / NBug

Automated bug reporting library for .NET
http://soygul.com/nbug
MIT License
191 stars 78 forks source link

Type conversion/Uppercase bug #68

Closed deviousasti closed 8 years ago

deviousasti commented 8 years ago

The string builder helper outputs 'yes' while the parser looks for 'True/False'. And property assignments are case sensitive.

UseSsl is in an incorrect case in the helper.

soygul commented 8 years ago

Fixing these shouldn't be much work but I don't use Windows any more so any contribution would be awesome.

soygul commented 8 years ago

Fixed by: https://github.com/soygul/NBug/pull/78