Cédric Luthi

Results 98 issues of Cédric Luthi

The reason why you would multi-target .NET Standard 2.0 + .NET Standard 2.1 is to take advantage of APIs in .NET Standard 2.1 that are not available in .NET Standard...

Using the LocalDb NuGet package makes it very easy to setup a test database. With the connection string from the App.config file I would get an exception: > System.Data.SqlClient.SqlException >...

* Drop support for .NET Standard 1.3 and update net45 to net461 (to match Dapper requirements) * Do not take a dependency on System.Data.SqlClient, let the consumer choose between System.Data.SqlClient...

VCRURLConnection doesn’t properly record requests if they have the same method and same URL but different headers and/or body. This is obvious when looking at the source code since `VCRRequestKey`...

* Simplify the .targets files by adding a new `SQLiteNativeLibraries` item. This also makes it easier if, for some reason, someone wants a reference to the native SQLite libraries in...

I'm using [Costura](https://github.com/Fody/Costura) to embed managed and native libraries in my app, so I'm using this trick to avoid copying the SQLite dlls into the output directory and embed them...

**Information** - OS: macOS 10.15.7 - Version: 0.42.0 - Terminal: macOS Terminal version 2.10 (433) **Describe the bug** While a [status](https://spectreconsole.net/live/status) is being displayed, markup may not be fully rendered....

bug

I'm trying to count the number of assertions inside an `AssertionScope` but I currently can't find a solution to achieve this goal. If I subclass `AssertionScope`, I can't override `ForCondition`...

Include the actual database name (Initial Catalog from the connection string) in the command to execute. Fallback to "MyDatabase" if the initial catalog can not be found in the connection...