Stéphane

Results 122 comments of Stéphane

ok, awesome! 👍 Looking forward for it then! :)

hi @tigerfansga have you any news on this one?

Adding the return types (even VOID ones) actually fixes this issue: ![image](https://user-images.githubusercontent.com/6302961/65122204-aa0f0400-d9f0-11e9-9df5-279f83ab0913.png) We need to implement the same behaviour as for the [VOID] for the NotDefinedreturntypes (which is in the...

I have written the cmdlet Get-CUClassMethod using the methodology I was thinking of. See here https://github.com/Stephanevg/PSClassUtils/blob/dev/PSClassUtils/Functions/Public/Get-CUClassMethod.ps1

I know, this is not the most beautifullest piece of art, but this is a start: ![image](https://user-images.githubusercontent.com/6302961/52243245-5f190400-28d9-11e9-9fd4-230d67f2366d.png) I am not 100% happy with this design, but It is a start...

Basically, we have: - A GraphCommand which inherits from Command - A GraphParam Base type. - Each possible parameter would implement GraphParam. - The Execute() Method of the GraphCommand object...

Thanks for your feedback guys 👍 ! Indeed @bateskevin redoing the CI is something that I wanted to do anyways. It make sense to do that now. I like your...

of course! please do! Note i have done some changes on the CI recently, so you might want to integrate them first using 'git pull' first. Le 12 oct. 2018...

thank you so much for your PR @tigerfansga I just merged it in dev. I will update the CI part to have a build on linux as well, and merge...

great! i have the impression we are close to complete this one! could you share a screen shot of the failing tests? Perhaps we can help resolving it (or at...