-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Description
Context
Built-in analyzers will be part of MSBuild (but separate assembly probably?), custom will be possible to plug-in post-installation.
Analyzer management module will need to be able to discover and load analuzers - to provide them to the infractructure (that can then register and configure them based on the default and user configuration)
Things to be investigated and decided
- Just investigation and proposal (no implementation yet - V1 will be just manual) - The story of acquiring custom analyzers - using msbuild restore phase would be convenient for this but might prevent execution of some analysis (as analyzers might not be available during restore). Another option is similar story to template engine - dedicated commands for searching/listing/installing analyzers while searching and installing use nuget client and server API.
- Roslyn current implementation and what can we reuse