Yup, that’s actually a thing! I’ve never personally seen it discussed in any of the talks or presentations that I’ve seen on C# 8, but…
Leave a CommentCategory: C#
Many libraries that deal with pathing (taking path “fragments” and appending them together to form a larger path) do not care whether you add trailing…
2 CommentsI’m not seeing any hits on the Googles yet for this, but yesterday I ran into an issue where my OmniSharp (the official C# plugin…
Leave a CommentLogging is one of those items that are critically important to an applications maintainability and ease of troubleshooting. It also tends to be an afterthought,…
Leave a CommentThere is an issue when using the AWSSDK.DynamoDBv2 NuGet package; it doesn’t like Nullable<DateTime> values. For some reason, the built in converters do not handle…
Leave a Comment