Using Razor Outside of Web
Repurposing the Razor Templating Engine to Generate HTML in a Console Application
Feb 1, 20247 min read993

Search for a command to run...
Articles tagged with #csharp
Repurposing the Razor Templating Engine to Generate HTML in a Console Application

In the previous article, we implemented a Roslyn analyzer and code fix. This article will focus on various ways to properly test them. We will leverage existing test libraries and explore the means to write one ourselves using Roslyn workspaces. This...

A Guide to Spending an Entire Afternoon Fixing a Single Line of Code with Roslyn

A Hands-On Guide to Building and Understanding Roslyn Analyzers

Making developers lives easier by utilizing an open compiler platform
