ODataUtils
ODataUtils copied to clipboard
Support for pre-v5 PS
It would be good to have this module on pre-v5 PowerShell. Some things (not all) that got hit when this module was tried on PSv4:
- usage of "::new"; e.g: [System.InvalidOperationException]::new($errorMessage)
- usage of "PSDataStreams.get_Information()"
- usage of "System.Management.Automation.LanguagePrimitives.ConvertPSObjectToType(System.Management.Automation.PSObject, System.Type, Boolean, System.IFormatProvider, Boolean)"