Open
Description
openedon Jul 11, 2024
Environment
Edition - Windows 11 Enterprise
Version - 23H2
OS build - 22631.3737
Visual Studio version - 17.10.4
.NET version
.NetCore 6,7,8
Did this work in a previous version of Visual Studio and/or previous .NET release?
No, it doesn't work on previous NetCore versions.
Issue description
In my NetCore project ,
- I'm trying to use the CustomSelectedBarEditor class. In that class i've inherit this ObjectSelectorEditor.
- In the Overridden FillTreeWithData function i've used the Selector as an argument and use the SelectorNode type of prop inside t my private FillTreeNodes function.
Issue:
I can be able to achieve this in my Framework project. but due to the unavailability of these three types I can't be able to achieve in NetCore projects.
Steps to reproduce
Diagnostics
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment