Skip to content

Whitespaces in path causes error #95

@andreakarasho

Description

@andreakarasho

When executing the dotnet build, the package is searching for wit-bindget, but if your path contains whitespaces the string path get cut.

Workaround:

declare in your csproj

<PropertyGroup>
    <WitBindgenExe>path\without\whitespaces\to\wit-bindgen.exe</WitBindgenExe>
</PropertyGroup>

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