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

C# type safety when passing collections across the api surface

Open AddressXception opened this issue 3 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Suggestion

some objects require a collection in their constructor and take ownership of the collection, such as objects in manifest.cs. this ticket is to fix type safety issues across the dll/pinvoke native interface so that developers do not make transcription mistakes when modifying the library code.

Possible Implementation

No response

Anything else?

No response

AddressXception avatar Oct 11 '21 16:10 AddressXception