Slow down after update SA6

Hello,

I would like to ask if it's any reason or known issue that after update SA from version 6.11.1.406 to 6.11.2 or 6.13.3 the SmartAssembly significantly slows down?
I tried to update to both versions but after each one, the time for the SmartAssembly process grew up from 8.3 minutes to 22 minutes (for a few DLLs). I would like to add that we have two different processes, started one by one and causes together 28 minutes delay.

The reason why I would like to update the SmartAssembly is, that after some changes in a code I'm getting this exception:

from SmartAssembly.log I found information also:
2021-04-22 14:29:18,684 DEBUG   SmartAssembly.AssemblyReader: Resolved assembly {mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089} to C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll


2021-04-22T10:18:18.7153465Z SmartAssembly.InformationException: SmartAssembly has encountered an invalid symbol:
2021-04-22T10:18:18.7153579Z
2021-04-22T10:18:18.7153660Z [mscorlib]System.ValueTuple`2
2021-04-22T10:18:18.7153807Z
2021-04-22T10:18:18.7153920Z The most likely cause is that SmartAssembly has used a different version of a dependency from the version used by XYZ.UIBase.dll.
2021-04-22T10:18:18.7154039Z
2021-04-22T10:18:18.7154201Z If the details below are wrong, please use the MandatoryPath attribute in the .saproj file to ensure that the correct version of the dependency is found.
2021-04-22T10:18:18.7154309Z
2021-04-22T10:18:18.7154423Z Assembly that should contain the missing symbol: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\mscorlib.dll

After Update SmartAssembly to version 6.13.3, I don't get it anymore, but the time needed to encrypt the whole DLLs takes too much time now...

Maybe can you help me somehow?

Sign In or Register to comment.