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

MonoAddin .NET6 #207

@NeethaKuttappa

Description

@NeethaKuttappa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions