delegateas/Daxif

ExtendedSolution sets state, regardless of whether it is needed.

magesoe opened this issue · 0 comments

When importing an extended solution, DAXIF will always call set state on processes, such that the state remains the same. However, this can produce unwanted side effects if the owner of those processes is suddenly disabled. This will also be true for similar situations.

I propose that such operations are only executed when needed, even though it would add additional overhead to the import.