IL2007: Could not resolve assembly specified in descriptor file

Cause

An assembly specified in a descriptor file could not be resolved.

Rule description

Descriptor files are used to instruct the trimmer to always keep certain items in an assembly, regardless of whether the trimmer could find any references to them.

The assembly specified in the descriptor file by its full name could not be found in any of the assemblies seen by the trimmer.

Example

<!-- IL2007: Could not resolve assembly 'NonExistentAssembly' -->
<linker>
  <assembly fullname="NonExistentAssembly" />
</linker>