This may be a misunderstanding on my part, I'm not familiar with foreign libraries outside of the type ForeignLib itself. But it appears that:
- A
ForeignLib can introduce dependencies on packages
- The
allBuildInfo function will not return the BuildInfo values within ForeignLibs
It seems like this means we will not necessarily track dependencies from ForeignLibs. Is this intentional?
This may be a misunderstanding on my part, I'm not familiar with foreign libraries outside of the type
ForeignLibitself. But it appears that:ForeignLibcan introduce dependencies on packagesallBuildInfofunction will not return theBuildInfovalues withinForeignLibsIt seems like this means we will not necessarily track dependencies from
ForeignLibs. Is this intentional?