Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

For null string values for candidate and party, set them to an empty … #313

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

…string

Created C# unit test

Issue

Link your PR to an issue

Fixes #310

Description

null strings from C# will throw exceptions in the C++ code. There are times when null is valid in C#.

Testing

C# unit test added.