From 1a7e4e64e09c4eb43c883c7cf2e643092d2c188a Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Mon, 27 Mar 2017 17:58:14 -0700 Subject: [PATCH] Some missing stragglers (dotnet/coreclr#10509) Commit migrated from https://github.com/dotnet/coreclr/commit/1490075c8887ce277bb2ae2f2a77ad7feb7cc125 --- src/coreclr/src/mscorlib/Resources/Strings.resx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/coreclr/src/mscorlib/Resources/Strings.resx b/src/coreclr/src/mscorlib/Resources/Strings.resx index af26c7c..9769d5e 100644 --- a/src/coreclr/src/mscorlib/Resources/Strings.resx +++ b/src/coreclr/src/mscorlib/Resources/Strings.resx @@ -88,6 +88,9 @@ Cannot set a constant field. + + SkipVerification permission is needed to modify an image-based (RVA) static field. + Cannot create an instance of void. @@ -2948,9 +2951,6 @@ Mutating a key collection derived from a dictionary is not allowed. - - Arrays of System.Void are not supported. - Cannot create uninitialized instances of types requiring managed activation. @@ -3059,6 +3059,9 @@ Mutating a value collection derived from a dictionary is not allowed. + + Arrays of System.Void are not supported. + Windows Runtime is not supported in partial trust. @@ -3212,6 +3215,9 @@ The specified arrays must have the same number of dimensions. + + Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. + The application domain in which the thread was running has been unloaded. -- 2.7.4