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 warning in v2. users that run WarningsAsError will fix it immediately, and users that don't will at least have a work item in their IDE's errors/problems display.