Cédric Luthi
Cédric Luthi
This is fixed by #12 where both `Microsoft.Data.SqlClient` and `System.Data.SqlClient` are handled. Not sure if this is gonna happen though since Matt recently [announced he's leaving tech](https://twitter.com/mattjohnsonpint/status/1438915594129063942).
OK, I found [gen_nuget_targets](https://github.com/ericsink/SQLitePCL.raw/blob/6e7c1bb4e7dbaa8167ed7c89cc06e8acc162bb1b/gen_nuspecs/gen_nuspecs.cs#L1344-L1383), working on it…
Yeah, I've seen that. I think Costura still makes sense if you deploy on .NET Framework, not everyone can migrate to .NET Core right now. Also, there's still a benefit...
I have written some kind of prototype using [SixLabors.Fonts](https://github.com/SixLabors/Fonts/) to automatically adjust the columns width here: https://github.com/0xced/Simplexcel/blob/AdjustWidthToContents/src/Simplexcel.TestApp/WorksheetExtensions.cs
Hmmm, I just tried your suggestion but that doesn't solve the rendering issue at all. Here's the result that I get when running the chunked version (`--split`): ``` [11:50:24.92] Step...
Actually, I _think_ that's because the cursor is periodically [repositioned](https://github.com/spectreconsole/spectre.console/blob/0.42.0/src/Spectre.Console/Live/LiveRenderable.cs#L45-L57) while the status is active and it looks like this is problematic on a line that has not (yet) been...
Do you have any update on this? I would love to continue my [port of Serilog.Sinks.Console to Spectre.Console](https://github.com/0xced/serilog-sinks-console/tree/spectre.console) and this issue is a blocker.
What would you suggest? Removing the seal on AssertionScope and making methods virtual to allow for any customization or just go for exactly what I need and add an `AssertionCount`...
Some background: I opened a [pull request on SQLitePCL.raw][1] to replace xUnit and [custom assertions][3] with FluentAssertions. Having the [number of assertions for a given test][2] was the only thing...
> In my memory most Carbon functions on 64bits are just stubs. @CNAmira The first error I encountered when running a WinForms app on 64bits was that `GetWindowPort` was not...