Example: Microsoft.CodeQuality.Analyzers
Example: v2.9.0-beta1-63118-01 and v2.6.3
Example: AD0001
I have no idea, why this error occurs.
None, I guess.
Throwing a couple of System.InvalidOperationException in different methods with the message
The feature "flow-analysis" is deactivated
I have no idea, where to activate that feature or where to find that feature and couldn't find a solution
You can add the following property group to your MSBuild project file:
<PropertyGroup>
<Features>flow-analysis</Features>
</PropertyGroup>
You can add the following property group to your MSBuild project file:
<PropertyGroup> <Features>flow-analysis</Features> </PropertyGroup>
While that solves the problem, where is it documented? And even if documented somewhere, I think it is a bad user experience.
Most helpful comment
You can add the following property group to your MSBuild project file: