bytecodealliance / bytecodealliance/componentize-dotnet
Whitespaces in path causes error
未关闭
- 主要语言
- C#
- 星标
- 147
- 派生
- 18
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
```
贡献指南
调研方向
Start by reproducing the failure with dotnet build from a path containing whitespace, without setting WitBindgenExe in the csproj. Trace how the package locates and invokes wit-bindgen.exe, then verify that the same build succeeds from a whitespace-containing path without the workaround.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, wasm
- 领域
- build-system, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100