If I'm writing an analyzer to say "stop doing X in xUnit.net v2 because it's been removed in v3", should that be INFO or WARNING by default?

#dotnet #csharp #roslyn #RoslynAnalyzers

@bradwilson iMO, if it’s INFO most developers will ignore it until it breaks in v3. Many will still ignore it as a WARNING, but hopefully less.