Skip to content

SIG-5960 fix: support unknown verifications#176

Merged
ATimmeh33 merged 1 commit into
masterfrom
SIG-5960-support-unknown-verifications
Jul 8, 2026
Merged

SIG-5960 fix: support unknown verifications#176
ATimmeh33 merged 1 commit into
masterfrom
SIG-5960-support-unknown-verifications

Conversation

@ATimmeh33

Copy link
Copy Markdown
Collaborator

No description provided.

@ATimmeh33
ATimmeh33 force-pushed the SIG-5960-support-unknown-verifications branch from 692b963 to a6014c7 Compare July 8, 2026 19:43
public override void Write(Utf8JsonWriter writer, IVerification value, JsonSerializerOptions options)
{
if (value is UnknownVerification unknownVerification) {
JsonSerializer.Serialize(writer, unknownVerification, options);

@adozhang-entrust adozhang-entrust Jul 8, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we return a specific warning for dev pick up what went wrong in splunk?
nvm will check unknownVerification in portal and log

@adozhang-entrust adozhang-entrust left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve a6014c7

@ATimmeh33
ATimmeh33 merged commit 3568aa6 into master Jul 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants