Added qr code scanner in booth ui #13
Merged
Annotations
10 warnings
|
Build:
OpenElection.Central.Domain/Entities/Booth.cs#L9
Non-nullable property 'BoothCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/Booth.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/VoteLedger.cs#L38
Non-nullable property 'DigitalSignature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/VoteLedger.cs#L33
Non-nullable property 'PreviousVoteHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/VoteLedger.cs#L28
Non-nullable property 'VoteHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/VoteLedger.cs#L23
Non-nullable property 'CandidateId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.HealthChecks/HealthcheckResponse.cs#L7
Non-nullable property 'Checks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/VoteLedger.cs#L18
Non-nullable property 'ConstituencyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.HealthChecks/HealthcheckResponse.cs#L5
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
OpenElection.Central.Domain/Entities/VoteLedger.cs#L13
Non-nullable property 'VoterHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading