electionguard-cpp icon indicating copy to clipboard operation
electionguard-cpp copied to clipboard

🐞 Candidate Name Interop Issue

Open SteveMaier-IRT opened this issue 3 years ago • 0 comments

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

- OS:

Anything else?

No response

SteveMaier-IRT avatar Oct 03 '22 14:10 SteveMaier-IRT