Cake Addin Analyzer

What is it?

Cake Addin Analyzer is a roslyn analyzer for analyzing a addin project regarding recommended and required rules that each addin is expected to follow.

Where to get it

Officially published versions are available on NuGet . While development versions are made available on feedz.io (requires authentication to view page) You can add the following end point inside a nuget.config file to install the pre-release package:

https://f.feedz.io/wormiecorp/packages/nuget/index.json

Visual Studio/MSBuild support

This analyzer requires Visual Studio 2019 (Windws only), and MSBuild 16.4+.

GitHub