Georgios Diamantopoulos
Georgios Diamantopoulos
I tried to edit the CShell.exe.config to include a console logger for my classes but that didn't work for whatever reason. It would be even better if the output could...
Would be great to be able to print `IEnumerable`. Getting properties from the first non-null object is fair game IMO.
Any chance to change this: ``` ConsoleDump.Extensions.Dump(new { Array = new[] { "foo", "bar" } }); ``` From: ``` ø { Array = System.String[] } Array System.String[] ``` To a...
It would make testing in LINQPad possible, not to mention the ability to use dependency injection. Are you open to refactoring the code so that there is also a `BuildService`...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Not sure if the right to place this but couldn't find anything better. PSHostUserInterface ignores DefaultValue Details: http://stackoverflow.com/questions/26238881/host-ui-prompt-is-ignoring-the-attribute-defaultvalue-in-fielddescription
Hi! Is the presentation linked to from the README still available?
### Package Sentry.Serilog ### .NET Flavor .NET Core ### .NET Version 8.0.0 ### OS Windows ### SDK Version 4.10.1 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce Scaffold...
**What would you like to be added**: For RavenDB: - Look up `IDocumentStore` in DI before constructing your own - Since construction also requires options, provide an overload without options...