David Liebeherr

Results 3 issues of David Liebeherr

Hi, is there a way to tell Dapper to use specific TypeHandlers depending on the type of database (e.g. SQLite/SQL Server/MySQL/etc.) that is being queried? My situation: I am using...

Given the following code: ```csharp var parents = YamlSerializer.Deserialize(Yaml.Parents, new() { Resolver = new YamlFormatterResolver() }); public static class Yaml { public static Byte[] Parents = """ - id: A...

### Description A S4158 violation is incorrectly reported when elements to a collection are added in a local function. ### Repro steps ``` public static class Program { public static...

False Positive