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

fix SqlTiming serialization issue which causes SqlTiming.CommandText always be null after MiniProfiler.FromJson() #193

Open teddymaef opened 11 years ago

teddymaef commented 11 years ago

fix SqlTiming serialization issue which causes SqlTiming.CommandText always be null after MiniProfiler.FromJson()

SamSaffron commented 11 years ago

this looks like it is in the wrong repo ... should go to https://github.com/MiniProfiler/dotnet

On Sun, Sep 29, 2013 at 12:59 PM, Teddy notifications@github.com wrote:

fix SqlTiming serialization issue which causes SqlTiming.CommandText

always be null after MiniProfiler.FromJson()

You can merge this Pull Request by running

git pull https://github.com/teddymaef/MiniProfiler feature/fix_sqltiming_json_ser

Or view, comment on, or merge it at:

https://github.com/SamSaffron/MiniProfiler/pull/193 Commit Summary

  • fix SqlTiming serialization issue which cause SqlTiming.CommandText always be null after MiniProfiler.FromJson()

File Changes

  • M StackExchange.Profiling/SqlTiming.cshttps://github.com/SamSaffron/MiniProfiler/pull/193/files#diff-0(2)

Patch Links:

dixon commented 11 years ago

And that new location is under heavy refactoring right now. I haven't even looked at profiler deserialization from json yet.

dixon commented 10 years ago

We have moved this project to https://github.com/MiniProfiler/dotnet - would you please make your changes there? Thank you!