Obfuscated dlls and nuget updates
Rogerkr
Posts: 3
Hi
We have some nuget packages containing obfuscated dlls that other assemblies/projects references. When updating to later packages, the update process stops with an error.
I'm guessing loud here, but is there problems for nuget knowing what to uninstall in the update process when the dlls are obfuscated?
<<
Uninstalling '**** 7.5.800.19'.
Successfully uninstalled '***** 7.5.800.19'.
Install failed. Rolling back...
install-package : Failed to add reference to '***'
>>
/Roger
We have some nuget packages containing obfuscated dlls that other assemblies/projects references. When updating to later packages, the update process stops with an error.
I'm guessing loud here, but is there problems for nuget knowing what to uninstall in the update process when the dlls are obfuscated?
<<
Uninstalling '**** 7.5.800.19'.
Successfully uninstalled '***** 7.5.800.19'.
Install failed. Rolling back...
install-package : Failed to add reference to '***'
>>
/Roger
Comments
The issue wasn't the obfuscation itself but the fact that the assembly name was different than the file name.
Not an issue in your product.
Sorry.