-
Notifications
You must be signed in to change notification settings - Fork 120
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
Powershell parsing errors #5
Comments
What version of Windows/PS are you on? I do my testing on 2012R2 and 2016. |
Windows 7 and PowerShell version 2 |
OK, i'll have to spin up a Win7 VM and test. |
I've figured out how to fix the banner but oddly enough under Win7 I don't get any output. It'll take some time to figure out why. |
Oh dear, it appears that the way PS handles System.Xml.XmlElement objects has changed substantially at some point and Grouper relies heavily on the new behaviour. I'll add Win7/PS 2.0 compatibility to my TODO list but in the meantime let's just say you need to use newer Windows/PS. |
Yeah, honestly I think that's acceptable to just ignore it since you can export the XML and put it on an updated VM or something. Thanks for letting me know! I'd recommend throwing that into the README or printing an error or something if it detects its running on PS2 |
Thanks for releasing this, it looks like there are some errors with displaying the banner though:
The text was updated successfully, but these errors were encountered: