Really small but this was highlighted in a veracode scan of ours.
In RaygunRequestMessageBuilder.cs line 114 you guys create a new instance of StreamReader and don'
t dispose of it. Can you please wrap it in a using? Or in your try catch dispose of it?
Thanks
https://github.com/MindscapeHQ/raygun4net/blob/master/Mindscape.Raygun4Net/Builders/RaygunRequestMessageBuilder.cs