Skip to content

Conversation

@lewischeng-ms
Copy link
Contributor


if (context.ModelReference == null)
{
return null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe every return null should be return CallInner()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, you are right. It MAY have inner expander from the provider to call. Thanks for the reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment