From: Michal Strehovský Date: Tue, 16 May 2023 14:38:40 +0000 (+0900) Subject: Update references to ILLink tool name (#86315) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~2197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72652a9f905339d46e32083c75e08b79a24ab081;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update references to ILLink tool name (#86315) This warning message is shared with the NativeAOT compiler. --- diff --git a/src/tools/illink/src/ILLink.Shared/SharedStrings.resx b/src/tools/illink/src/ILLink.Shared/SharedStrings.resx index d1b0603..111c1c5 100644 --- a/src/tools/illink/src/ILLink.Shared/SharedStrings.resx +++ b/src/tools/illink/src/ILLink.Shared/SharedStrings.resx @@ -940,10 +940,10 @@ 'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the generic parameter '{0}' of '{1}' don't match overridden generic parameter '{2}' of '{3}'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage. - Call to 'Type.GetType' method can perform case insensitive lookup of the type, currently ILLink can not guarantee presence of all the matching types. + Call to 'Type.GetType' method can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types. - Call to '{0}' can perform case insensitive lookup of the type, currently ILLink can not guarantee presence of all the matching types. + Call to '{0}' can perform case insensitive lookup of the type, currently trimming can not guarantee presence of all the matching types. Field has 'DynamicallyAccessedMembersAttribute', but that attribute can only be applied to fields of type 'System.Type' or 'System.String'.