Analyzers
Built-in
A few Analyzers have been built and come out-of-the-box when using Modular Pipelines. This is to prevent errors at runtime, and bring them to the developer's attention at compile time.
These include:
- Checks for injecting ILogger
Consoleclass usage- Missing
DependsOnattributes - Conflicting
DependsOnattributes - Returning
IEnumerable<T>