Bradley Grainger

Results 329 comments of Bradley Grainger

Do we really need to maintain .NET benchmarks for MySQL Connector/NET when we know it's slow (and [buggy](https://mysqlconnector.net/tutorials/migrating-from-connector-net/#fixed-bugs))? Maybe it'd just be easier to remove those Connector/NET benchmarks, which would...

Ah, I wasn't paying attention when `aspnet-mono-ngx` (using MySql.Data 8.0.17) was removed: https://github.com/TechEmpower/FrameworkBenchmarks/commit/fda6b2382c2780b6c6f53699afce27a042564a50

AFAIK, the "Squirrel" package isn't yet available. I have been able to get Squirrel working by installing the old "Shimmer" package, then later upgrading to the `Squirrel.Core` and `Squirrel.Client` packages....

I can reproduce the crash by changing my update URL to `https:` (which I know will fail), and calling `CheckForUpdate(false, progress)` as per @stefanolson. (`CheckForUpdate()` with no progress will not...

@stefanolson: Are you the same Stefan Olson who packaged up my [Win32 splash screen](http://code.logos.com/blog/2008/09/displaying_a_splash_screen_with_c_introduction.html)? If so: small world, isn't it? (Also, your blog is currently down.)

:+1: for moving to .NET 4.5. We did this for our app (that's not using Squirrel) when we realised that due to .NET 4.5 being an in-place upgrade, we'd have...

@stefanolson I had the same trouble, and wrote down [what I had to do to get Squirrel working](https://gist.github.com/bgrainger/7287703); it might help with some of the problems you're experiencing.

I got this error with the most recent update I published, too. I didn't investigate any further, but simply pulled all delta packages from my feed (forcing users to download...

> are you a user? Trying to become one; see https://github.com/openzipkin/zipkin4net/pull/198#issuecomment-380841943 > if the code was pluggable and allows for revisions to the spec to not break production users This...

It sounds like DapperLib/Dapper#949 describes the underlying cause, which means you may be able to work around this by opening the connection before calling `InsertAsync`.