Therzok / MonoDevelop.Analyzers

Set of analyzers that can be used when working on MonoDevelop (and its dependencies)
MIT License
2 stars 2 forks source link

[Vaclavyzer] Analyzers which work on literal strings to validate proper characters are used #18

Closed Therzok closed 5 years ago

Therzok commented 5 years ago

i.e. ... -> \u2026

Therzok commented 5 years ago

cc @vancura did you have a list of these kind of text changes?

vancura commented 5 years ago

Sure. First, this needs to work inside strings only.

This could be enough for now, let's start lightly.

vancura commented 5 years ago

Related: https://gist.github.com/vancura/27fad9793840ceabae14

Therzok commented 5 years ago

Thanks!

Therzok commented 5 years ago

Fixed via https://github.com/Therzok/MonoDevelop.Analyzers/commit/615a6ead92e64c3eb7edfce4a740c818123dd804