|
|
@@ -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.";
|
|
|
}
|