Replies: 2 comments 2 replies
-
Here's how to do enums: https://github.com/madskristensen/SolutionColors/blob/master/src/Options/General.cs#L63 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Collection properties are already supported and by default Visual Studio displays CollectionEditor similar to when you have a component in the toolbox in Windows form editor and want to edit a collection property. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Intro
First of all, thanks a lot for the great work you are doing here! I have started with Vsix development a while back and currently working on a new package that is going to provide a comprehensive tooling for Power Platform developers. It's still fairly new. Here is the link the repo: https://github.com/rezanid/xrmtools the code is not well organized at this stage as it started as a PoC.
The question!
Here there is a nice recipe to build OptionPages, but I was wondering if having an IEumerable as a property of my options is even supported? Something like this:
A little more context
The idea is devs can add as many Power Platform environments as they want and then either select one as the active environment or select an environment per each project. I am still in two minds about the second part.
Separating the list of environments from the active environments allow devs to take their catalog with them anywhere, yet in each project select which one to use. I would also appreciate any ideas / comments one this part.
More information can be found in this issue: rezanid/xrmtools#2
Beta Was this translation helpful? Give feedback.
All reactions