SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

Fixes bug in SqlTimingParameter.GetHashCode #177

Closed doconnell565 closed 11 years ago

doconnell565 commented 11 years ago

Calling SqlTimingParameter's GetHashCode implementation when Value is null throws a NullReferenceException.

This corrects that and adds a passing test to assert the behavior.

dixon commented 11 years ago

Thank you.