Investigate LanguageServiceErrorListProvider's behavior of "zero'ing" negative and zero column and line numbers #145
Labels
Parity-Legacy-Feature
Missing features from the legacy project system.
Triage-Investigate
Reviewed and investigation needed by dev team
Milestone
LanguageServiceErrorListProvider's adjusts by lines and column's by -1, to account for the Error List's 0-based indexing, but could result in strange behavior:
All these three column/lines numbers will get passed to Roslyn as "0":
Need to figure out if this accidently puts line/column numbers on errors/warnings that don't have any.
The text was updated successfully, but these errors were encountered: