-
Notifications
You must be signed in to change notification settings - Fork 1
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
Not working on Windows PowerShell #2
Comments
Apparently, when you changed the lib you also broke compatibility to Windows PowerShell. Version 1.0.0 works like a charm. |
Thanks for the heads up, @TobiasPSP. Sorry about that. Breaking Windows PS wasn't intended. Give me a bit to look into it. |
It looks like this may be a bug in how the DnsClient library defines its dependencies. When I dig into the error being thrown, it's whining about not being able to find If I roll back just the System.Buffers dll to the 4.4.0 version that was included in the module v1.0, queries seem to work again. I think the reason it didn't break for PowerShell 7 is that the System.Buffers dependency isn't actually needed (again despite the nuget dependencies implying otherwise). In any case, I'll get an updated version out with the System.Buffers rolled back and maybe file an issue with the library author. |
This is now live in 1.1.1 |
Awesome, thx! You rock, that’s a remarkable response time… ;-) |
When I tested the module, it works in PowerShell 7 but fails in Windows PowerShell.
With any cmdlet, I get this exception:
The text was updated successfully, but these errors were encountered: