The main target of extension is find string literals in source code and suggest to use exist constant (in the case when the constant is not presented yet it suggests you add private constant with auto-generated identifier based on string literal value) or private fields instead of them. This diagnostic and fixing extension based on sample of diagnostic extension used Roslyn. |