Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

MonoAddin .NET6 #207

Open
NeethaKuttappa opened this issue Dec 15, 2022 · 1 comment
Open

MonoAddin .NET6 #207

NeethaKuttappa opened this issue Dec 15, 2022 · 1 comment

Comments

@NeethaKuttappa
Copy link

NeethaKuttappa commented Dec 15, 2022

Hi All,

We have recently upgraded our project from .net 4.7.2 to .NET6. We are using MonoAddin (net standard 2.0). One of the testcase is failing when we try to
List result = new List(
MonoAddinsHelper.GetConfiguredExtensionNodes(
MonoAddinsHelper.SelectedConfigurations,
"/Widgets",
false
)
result is empty
When I try to debug the MonoAddin source code I found that SelectedConfigurations is empty.
Also SelectableConfigurations is empty
var nodes = AddinManager.GetExtensionNodes(SelectableAddinConfigurationExtensionPoint);
1
And further Children property is empty
2

3
4

AddChildNode in TreeNode.cs is not called

I think it is a bug? or guide me to solve the issue?

Thank You

@NeethaKuttappa
Copy link
Author

Hi Team,

Any update on this issue? Can someone take a look at this?

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant