Package PSC.Analyzers.Blazor as a NuGet analyzer, publish it to a feed, and consume it across a solution including how to make rules fail the build.
The post Packaging, publishing and consuming Roslyn analyzers appeared ...
We bring you the latest updates from PureSourceCode through a simple and fast subscription.
We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.
Unsubscribe at any time without hassle.
PureSourceCode's title: PureSourceCode - All technologies, only pure source code
Is this your feed? Claim it!
Package PSC.Analyzers.Blazor as a NuGet analyzer, publish it to a feed, and consume it across a solution including how to make rules fail the build.
The post Packaging, publishing and consuming Roslyn analyzers appeared ...
Test the PSC001 rule with Microsoft.CodeAnalysis.Testing: reference assemblies, inline diagnostic markup, and positive and negative cases.
The post Unit testing your analyzer appeared first on
Write the PSC001 rule: a DiagnosticAnalyzer that finds Blazor [Parameter] properties and flags the ones that aren't PascalCase.
The post Writing your first diagnostic appeared first on
Start a custom Roslyn analyzer for Blazor. We scaffold PSC.Analyzers.Blazor, explain every csproj setting, and set up analyzer release tracking.
The post Build a Roslyn Analyzer from scratch appeared first on
Visual Studio 2026 dropped the built-in 'extract @code to a code-behind' feature. So I wrote a right-click extension that brings it back and handles the one tricky case that makes it hard.
The post I bui...