Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check of IsValueType to prevent Stack Overflow (#43) #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TriggerAu
Copy link
Contributor

This adds to the early out logic at the top of Remove-NullProperties so that when objects like DateTime are passed in it does not loop through child properties until hitting the stack limit

Issue #43 - #43

This adds to the early out logic at the top of Remove-NullProperties so
that when objects like DateTime are passed in it does not loop through
child properties until hitting the stack limit
@laura-rodriguez
Copy link
Collaborator

Hi @TriggerAu,

Can you please provide more details on the issue and how we can reproduce it so we can add a test to verify that the proposed fix solves the problem? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants