Skip to content

OmniSharpInstall currently broken because latest release doesn't have downloads for the various platforms #766

@PMunch

Description

@PMunch

Tried to run OmniSharpInstall today and it didn't work, just complained that it couldn't unzip the file. Looking at the file it was obvious why, it simply contained a single line of normal text reading "Not Found". Reading through the helper script and trying to run the commands I quickly found out that the issue is that the latest release (v1.38.2) doesn't have assets following the naming conventions. Apparently curl doesn't set an error code, it just writes an error to the file by default. The -f flag should be added to the curl call to allow it to fail with an error code so that the appropriate error could be triggered in the script.

Oh, and someone should probably fix the OmniSharp release to have all the assets, not sure if this is just a CI thing where they will be added once they are done, but for now at least it is broken.

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