bytecodealliance / bytecodealliance/componentize-dotnet
Whitespaces in path causes error
Đang mở
- Ngôn ngữ chính
- C#
- Star
- 147
- Fork
- 18
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
```
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- csharp, wasm
- Lĩnh vực
- build-system, tooling
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100