Jon Sequeira
Jon Sequeira
There's been a proposal to automatically deserialize tabular data resource JSON into a DataFrame. Related: #3538
The System.CommandLine behavior (which matches POSIX expectations) is different from the .NET CLI behavior (which is nonstandard).
The usual use case for this that I've seen is that after a certain point on the command line, a second parser will be taking over, possibly in another process....
I'd like to understand the scenario a little better. Is the target audience for this error the developer or the customer? In other words, would `cmd.Dimensions` being null be a...
The way I've handled this typically is to make one rule dependent on another using `When`. The following example shows how you can do this both within rules of the...
I noticed while looking more closely that `throwOnValidationFailure` is actually only ever set to `false`. I don't remember what refactor left it this way but it might be better to...
Using [ApprovalTests](https://github.com/approvals/ApprovalTests.Net) is a great way to accomplish this. Some support in Its.Domain.Testing may make that task simpler. Or maybe similar functionality is worth baking into Its.Domain.Testing since this is...
Non-event sourced command targets can use string identifiers as of the addition of #111.
This is not supported. `Settings.Set` is in-memory only and doesn't write back to storage.
This is by design. The absolute sequence number is a SQL-specific implementation detail.