From: Dan Moseley Date: Tue, 28 Mar 2017 00:58:14 +0000 (-0700) Subject: Some missing stragglers (dotnet/coreclr#10509) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7537 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a7e4e64e09c4eb43c883c7cf2e643092d2c188a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Some missing stragglers (dotnet/coreclr#10509) Commit migrated from https://github.com/dotnet/coreclr/commit/1490075c8887ce277bb2ae2f2a77ad7feb7cc125 --- 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.