Bill Robertson

Results 8 issues of Bill Robertson

``` public class Sample { public DateTime DT { get; set; } public DateOnly DO { get; set; } } ``` converts to ``` export interface Sample { dT: string;...

The title is restricted to 50 characters The description is restricted to 72 characters Updates Copyright in CommitDlg

I was using the nuget package currently out there and dumping some complex objects and where throwing an exception. I forked and coded out a SwallowException = true DumpOption, then...

help wanted

Added ThrowException to the DumpOptions. Modified Console and CSharp dumper to pass the parameter Added throw bool to PropertyInfoExtensions Check options before either throwing or listing exception. Added tests to...

I recently started working with a project that has two DbContext in it. Thus I am typing more `-context EmployeeDbContext`. In other projects the team uses `EmployeeContext'. I'd like to...

type-enhancement
customer-reported

This allows the user to provide their own IDbCommand to be used by Dapper internally.

There is a use case requested to bake in EF Sql Retry logic discussed in #1864. However to do so requires a Property on the IDbCommand to be set. Using...

It took me finding this issue https://github.com/JoshClose/CsvHelper/issues/1509 before I could figure out what went wrong.