rspec/rules/S4260/description.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

5 lines
420 B
Plaintext

When creating a custom Markup Extension that accepts parameters in WPF, the ``++ConstructorArgument++`` markup must be used to identify the discrete properties that match these parameters. However since this is done via a string, the compiler will not notice if there are typos.
This rule raises an issue when the string argument to ``++ConstructorArgumentAttribute++`` doesn't match any parameter of any constructor.