diff --git a/rules/Proj0015.md b/rules/Proj0015.md index 2532379..9eb9de7 100644 --- a/rules/Proj0015.md +++ b/rules/Proj0015.md @@ -10,6 +10,9 @@ human readable. When ordering the references based on other criteria, consider grouping them in separate ``s. +The rule assumes data sorted based on the `@Include` attribute applying +`StringComparison.OrdinalIgnoreCase`. + ## Non-compliant ``` xml diff --git a/rules/Proj0016.md b/rules/Proj0016.md index e6b9686..f860183 100644 --- a/rules/Proj0016.md +++ b/rules/Proj0016.md @@ -10,6 +10,9 @@ human readable. When ordering the references based on other criteria, consider grouping them in separate ``s. +The rule assumes data sorted based on the `@Include` attribute applying +`StringComparison.OrdinalIgnoreCase`. + ## Non-compliant ``` xml diff --git a/rules/Proj0018.md b/rules/Proj0018.md index 6246459..789fdab 100644 --- a/rules/Proj0018.md +++ b/rules/Proj0018.md @@ -8,6 +8,9 @@ ancestor: MSBuild ``. When ordering the imports based on other criteria, consider grouping them in separate ``s. +The rule assumes data sorted based on the `@Include` attribute applying +`StringComparison.OrdinalIgnoreCase`. + ## Non-compliant ``` xml diff --git a/rules/Proj0019.md b/rules/Proj0019.md index fb17c47..9dcc5ea 100644 --- a/rules/Proj0019.md +++ b/rules/Proj0019.md @@ -8,6 +8,9 @@ ancestor: MSBuild in order to make it more human readable. When ordering the references based on other criteria, consider grouping them in separate ``s. +The rule assumes data sorted based on the `@Include` attribute applying +`StringComparison.OrdinalIgnoreCase`. + ## Non-compliant ``` xml diff --git a/rules/Proj2002.md b/rules/Proj2002.md index 53c1bf6..4621651 100644 --- a/rules/Proj2002.md +++ b/rules/Proj2002.md @@ -5,7 +5,8 @@ ancestor: Rules # Proj2002: Sort resource file values alphabetically To improve readability, and reduce the number of merge conflicts, the `` -elements should be sorted based on the `@name` attribute. +elements should be sorted. The rule assumes data sorted based on the `@name` +attribute applying `StringComparison.OrdinalIgnoreCase`. ## Non-compliant ``` xml