True Goodwill

Results 11 issues of True Goodwill

Currently, when an exception type is specified, the exception will be created using the parameterless constructor. It would be nice if the exception message could be set using the `(string...

Since all fields of the OneOf struct are readonly, can we also mark the struct readonly using the keyword in its declaration? I was surprised to discover this has not...

I would like to make a link in my .md article files to specific code files on the github repository. I see the api "view source" links work just fine,...

Tab-separated values. For opening in excel or any spreadsheet editor.

The following comment: ``` /// /// This is an allocation-free linked list of timer jobs. A standard linked /// list causes allocations because it creates "node" objects that have ///...

This exception is thrown when creating the channel: ``` System.InvalidOperationException: Channel is configured with an HTTP transport doesn't support client-side load balancing or connectivity state tracking. The underlying HTTP transport...

Hi! I'd just like to know the usage of this, please.

Command handling often requires dependency injection to perform tasks associated with, for example, validating a command and kicking off other processes. For example, handling the `ChangeEmail` command might involve first...

bug