ODataUtils icon indicating copy to clipboard operation
ODataUtils copied to clipboard

Support for pre-v5 PS

Open anmenaga opened this issue 9 years ago • 0 comments

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)"

anmenaga avatar Oct 14 '16 23:10 anmenaga