Bill Robertson
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...
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...