Skip to content

Incorrect *.deps.json selected leads to no functions found #172

@fredriklrsn

Description

@fredriklrsn

I have an issue with the open api extension picking the wrong *.deps.json file when determining which dll to search for functions in. This leads to an empty documentation

image

It seems like the first *.deps.json file is selected.

image

and that it searches through the whole app directory and not just the "bin" folder for these files. The app directory may contain multiple *.deps.json, while the "bin" folder only seem to contain one (function.deps.json) which seems to be the one it should be looking for

image

Should it search for *.deps.json directly in the "bin" folder (variable: runtimepath) or search specifically for function.deps.json?

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