Skip to content

5058 AssemblFileLimitAndCompare

Rolf Madsen requested to merge 5058_AssemblyFileLimitAndCompare into master
  • If a file is larger than int32.MaxValue, then it cannot be a .net assembly. When this exception is thrown a confusing error message is printed. in AssemblySearcher. More importantly, it generates an error during package dependency search for package create.
  • The package dependency ananlyzer depended on a weird way of comparing files to find out from which file to take dependencies. This gives issues when different assemblies exist in the same tap folder. THe solution was to extend the PluginSearcher to manually be able to analyze a specific file pointed to by the package XML.

Merge request reports