Preemptively adding a resource string. (#13705)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 30 Aug 2017 23:33:28 +0000 (16:33 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2017 23:33:28 +0000 (16:33 -0700)
Adding this now to save time later as
the CoreCLR/CoreRT bot will soon be
porting over a big feature change
and the only thing blocking the bot
from a green CI is this one new error string.

src/mscorlib/Resources/Strings.resx

index 62bd8baad9b29613537e48c23fe353cd7bc4c82b..f013ce9c0458b2f6780fc28d1aec10a12f2e7179 100644 (file)
   <data name="SynchronizationLockException_MisMatchedWrite" xml:space="preserve">
     <value>The write lock is being released without being held.</value>
   </data>
+  <data name="NotSupported_SignatureType" xml:space="preserve">
+    <value>This method is not supported on signature types.</value>
+  </data>
 </root>