Skip to content

Cannot specify an empty array in the Plugins section of appsettings.json #6

@DevD4v3

Description

@DevD4v3

Given the following appsettings.json:

{
  "Plugins": [ ]
}

GetPluginFiles method throws an InvalidOperationException even though the section exists.
The exception should not happen because in reality the "section" does exist in the json file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions