[System.Private.CoreLib] Add new shared string resource
authorMarek Safar <marek.safar@gmail.com>
Mon, 24 Jun 2019 18:09:35 +0000 (20:09 +0200)
committerMarek Safar <marek.safar@gmail.com>
Mon, 24 Jun 2019 19:12:12 +0000 (21:12 +0200)
Commit migrated from https://github.com/mono/mono/commit/7066c05c3931c2cfea3c8db4b1d56fc448060eeb

src/mono/netcore/System.Private.CoreLib/resources/SR.cs

index 094f35e..2afa4dc 100644 (file)
@@ -1218,4 +1218,5 @@ partial class SR
        public const string Serialization_DangerousDeserialization = "An action was attempted during deserialization that could lead to a security vulnerability. The action has been aborted.";
        public const string Serialization_DangerousDeserialization_Switch = "An action was attempted during deserialization that could lead to a security vulnerability. The action has been aborted. To allow the action, set the '{0}' AppContext switch to true.";
        public const string Arg_MustBeRuntimeAssembly = "Object must be of type RuntimeAssembly.";
+       public const string InvalidOperation_SpanOverlappedOperation = "This operation is invalid on overlapping buffers.";
 }