bytecodealliance / bytecodealliance/componentize-dotnet
Whitespaces in path causes error
Open
- Dominant language
- C#
- Stars
- 147
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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
```xml
path\without\whitespaces\to\wit-bindgen.exe
```
Contributor guide
Assessment
This issue has not been assessed yet.