Hi everyone!
I made a library/custom activity to add custom logging options and I wanted to add some functionality.
I removed an attribute because it was no longer needed and all my custom activities on the project became Unresolved Activties.
Downgrading to the previous package version resolves the errors but I don’t want to leave unnecessary fields and I want to install the new and updated version.
Since I have 150+ activities of the same type in the project it would take me a lot to rewrite everything.
Is there a way to replace the activities maintaining all the matching and existent properties, ignoring the removed ones?
The temporary fix I found is to add them to the bottom of the list…
You have have the latest version of the packages. Go to Manage packages-> Downgrade all the packages to lowest version by keeping Runtime Rule as Lowest As Applicable and save the packages. You will find some unresolved activities. Now update the packages to the latest version and do not change Runtime Rule. You can work with the latest package versions. Lowest as Applicable ruletime takes the version whichever is suitable.