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

Bug in Remove-ARAHNullFromHashtable.ps1 results in JSON errors #3

Open
Callidus2000 opened this issue Jun 22, 2022 · 1 comment
Open
Assignees

Comments

@Callidus2000
Copy link
Owner

If by coincidence the last entry in a HashMap (representing a Body) is NULL, the converted JSON String ends with ",}" and cannot be converted. The logic has to be altered.

@Callidus2000 Callidus2000 added the bug Something isn't working label Jun 22, 2022
@Callidus2000 Callidus2000 self-assigned this Jun 22, 2022
@Callidus2000 Callidus2000 added Pester Tests Missing and removed bug Something isn't working labels Jun 22, 2022
@Callidus2000
Copy link
Owner Author

Callidus2000 commented Jun 23, 2022

Fixed the bug in v1.3.3, pester test would be nice and have to be implemented.

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

No branches or pull requests

1 participant