Kendall Bennett
Kendall Bennett
So this example us pretty pointless then? Never tried it, since I can’t get data into the DB. Lol https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-reading.html
> > people say it works for Java and PHP, so it must be possible? > > I can look into implementing `mysql_stmt_send_long_data` in MySqlConnector. It only works for the...
Also as much as I think storing large data in MySQL is silly, in the case of rebus for a message transport it quite useful to support data larger than...
Interesting. So the solution would be to not do the statement batching when a stream is involved. Does MySqlConnector only do the splitting if the statements are prepared? I just...
No, I don't think it's the async stuff. In that test I can easily disable all the async so only one operation runs at a time, and that dramatically slowed...
Just ran into this issue myself and looking for a solution. I will try the csproj comment hack. But quick question, why is VSIX stuff needed in order to build...
We are migrating to ASP.NET Core from MVC 5 and the stepping stone for us to get stuff working on ASP.NET Core 2.2 layered on top of .NET 4.8. Does...
100%. It needs to be a core part of .NET Core (pun intended :) ).
We wrote our own deployment tool using SSH to copy just the changed files along with the app_offline.html file with a custom message. We only have one server not load...
Been doing that for a few months already :). Not using your official builds but my own builds that are exactly the same but I can push to nuget. Happy...