How I Use VS Code for Code Highlighting in My Blog
A workflow for embedding VS Code syntax-highlighted code snippets in blog posts using a dotnet global tool.…
A workflow for embedding VS Code syntax-highlighted code snippets in blog posts using a dotnet global tool.…
Using C# 7's pattern matching to consume F# discriminated unions, with examples and workarounds for edge cases.…
An introduction to IAsyncEnumerable<T> in C#, covering the problem it solves, how to produce and consume async sequences, and C# 8.0 support.…
Want to embed git commit hashes or other metadata in your assemblies? Here's how with MSBuild.…