Using dictionaries without Microsoft.Activities.Extensions package

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

@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

Cheers

1 Like

Exactly what I was looking for, thank you so much :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.