Steve Dunn
Steve Dunn
@aradalvand - in the situation described, `String` cannot be passed ```c# Print("Hello world"); static void Print(T t) where T : IFormattable => Console.WriteLine(t.ToString("G", CultureInfo.InvariantCulture)); ``` > The type 'string' must...
Thanks for the feedback! Apologies for the very slow response. I'll hopefully get around to addressing a few issues soon.
Oh no! Sorry about that. I'll take a look. Thanks for the bug report.
Thanks for the feedback @stevenvolckaert . Apologies for the slow response. I tend not to use value objects in these areas, but I can see why others might. I'll take...
Hi, thanks for the feedback. It should be fairly straightforward, although might involve a lot of touch points and will probably double the amount of tests. I'll try to get...
Many thanks for the bug report. I'll get around to this soon.
Thanks for the feedback. I'll take a look when I get time, but I'm surprised it even partially works! :)
This has now been fixed in the latest version
Thanks for the feedback. I've never heard of YamlDotNet, but I'll certainly add this to the list of conversions!
Thanks for the bug report @Cordelia242 - I'll hopefully get around to this soon!