From 97498cbed2bce0a1031aa27e719b94c165930dd2 Mon Sep 17 00:00:00 2001 From: paulomorgado <470455+paulomorgado@users.noreply.github.com> Date: Fri, 2 Aug 2019 00:05:54 +0100 Subject: [PATCH] fixed message --- .../Core/MicrosoftNetCoreAnalyzersResources.resx | 2 +- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf | 4 ++-- .../Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/Microsoft.NetCore.Analyzers/Core/MicrosoftNetCoreAnalyzersResources.resx b/src/Microsoft.NetCore.Analyzers/Core/MicrosoftNetCoreAnalyzersResources.resx index 3aa2002ee0..d5b41d61ef 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/MicrosoftNetCoreAnalyzersResources.resx +++ b/src/Microsoft.NetCore.Analyzers/Core/MicrosoftNetCoreAnalyzersResources.resx @@ -1123,7 +1123,7 @@ Enumerable.Count() potentially enumerates the sequence while a Length/Count property is a direct access. - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). Use property instead of Count() when available diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf index 8f5533d3b7..211106dc10 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf index 4164cc1c4d..3e45721e13 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf index a6fa945bee..776b904be8 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf index 9685bd7672..2006165bf1 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf index 982753e57d..f450c4c012 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf index e6f4b5b1f6..84721a3669 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf index 66c6f49768..d0f6cc7b5d 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf index dd608e48b7..b34c3bc69a 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf index 4c17081030..85b033d700 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf index dcb288df34..2fcd34ac0a 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf index 2ca0e40774..471144d2f4 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf index 6037b3bb30..9698a2c17f 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). diff --git a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf index deb3c72604..9c112db0c5 100644 --- a/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf +++ b/src/Microsoft.NetCore.Analyzers/Core/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf @@ -1608,8 +1608,8 @@ - Use the {0} property instead of Enumerable.Count(). - Use the {0} property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count(). + Use the "{0}" property instead of Enumerable.Count().