Chris Charabaruk

Results 5 issues of Chris Charabaruk

Probably related to #170 and/or #171. With LinqKit.Core 1.2.2, the assembly includes a Timestamp namespace with no public types in it. This raises [compiler error CS0118](https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0118?f1url=%3FappId%3Droslyn%26k%3Dk(CS0118)) whenever using any type...

It would be helpful if `pkpassvalidator` could be installed and updated using `dotnet tool`.

### Overview There are contexts where if an async command is executed for any reason while an execution of the command is already in progress, we don't want to cancel...

feature request :mailbox_with_mail:

### Describe the bug When decorating a property of a reference or otherwise nullable type with `[ObservableProperty]` the two-argument partial property-changing and property-changed method prototypes are generated differently than for...

bug :bug:

**Is your feature request related to a problem? Please describe.** I need to be able to attach property values for nodes and links when serializing to DGML, but right now...

enhancement