-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Avoid hardcoded TFM in illink #109335
Copy link
Copy link
Closed
Labels
area-Tools-ILLink.NET linker development as well as trimming analyzers.NET linker development as well as trimming analyzersin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Metadata
Metadata
Assignees
Labels
area-Tools-ILLink.NET linker development as well as trimming analyzers.NET linker development as well as trimming analyzersin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
runtime/src/tools/illink/src/ILLink.Tasks/LinkTask.cs
Line 272 in e476b43
There are ways to avoid this hardcode, i.e. by passing in an additional parameter to the msbuild task or by inferring it somehow else. I would assume that the linker.dll and the ILLink.Tasks.dll TFM should be in sync and could be read from the assembly metadata.
@sbomer @agocke