k.entwistle
(Katie Entwistle)
December 29, 2022, 12:36pm
1
Hi, I have noticed that the above package is only compatible with windows legacy projects (Microsoft.Activities.extension package not found in manage packages which was available earlier ). We use this package extensively throughout all our enterprise projects as we use dictionaries quite a lot.
If this package is not available for windows projects and there is no plan to release a new version of it which IS compatible, how do we move forward? Is there a way to use dictionaries without this package? Or are dictionaries perhaps an outdated way of handling config files etc?
Thank you
Anil_G
(Anil Gorthi)
December 29, 2022, 12:40pm
2
@k.entwistle
As a work around you can use dictionary directly
Dict("key")= value
New dictionary(of string,string) can be used for initializing
Please check this for work around
Introduction
When changing from Windows Legacy to Windows target framework the package: Microsoft.Activities.Extensions is no longer available. This package offered a few Activities for working with Dictionaries.
[grafik]
Issue
As the package is not available, so also the offered activities are no longer available and alternate handling is needed.
Workaround
Instead of using the activities from above, the same result can be achieved with the following options, mostly done on .Net API base.
…
Cheers
1 Like
k.entwistle
(Katie Entwistle)
December 29, 2022, 12:42pm
3
Exactly what I was looking for, thank you so much
1 Like
system
(system)
Closed
January 1, 2023, 12:43pm
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.