Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp
🐞 Candidate Name Interop Issue
未关闭
bug
- 主要语言
- C++
- 星标
- 26
- 派生
- 25
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
In C#, the Candidate Name field assumes that the C++ code is sending a string pointer out. However, what is being sent out is an InternationalizedText pointer instead.
By having the wrong pointer type, Visual Studio sometimes crashes during testing and the data cannot be seen at all.
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
```markdown
- OS:
```
### Anything else?
_No response_
贡献指南
评估
这个 Issue 还没有评估数据。