Results 57 comments of ili101

Hi. Can you please add [Named and Optional Arguments (C# Programming Guide)](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/named-and-optional-arguments) to the list? Optional: https://github.com/PowerShell/PowerShell/issues/9701 https://github.com/PowerShell/PowerShell/issues/7534 Named: https://github.com/PowerShell/PowerShell/issues/13520 https://github.com/PowerShell/PowerShell/issues/13307

Actually there are some regressions in the preview version. In both versions `Write-Warning 'color works'` F8 or not result in yellow warning. In preview `Write-Warning 'color?'` or `NotExistingCommand` F8 or...

I see the errors are red now on v2022.3.0 👍, I didn't notice other color regressions in preview (maybe you spot something I missed). So probably only @PrzemyslawKlys original problem...

I set `"editor.codeLens": false` in my setting when working with big PowerShell projects since 2020, this issue have some valuable information https://github.com/PowerShell/vscode-powershell/issues/2518#issuecomment-615903176 (@DarkLite1)

This way worked for me: ``` powershell $PartnerCustomerCompanyProfile = Get-PartnerCustomerCompanyProfile -CustomerId $PartnerCustomer.CustomerId if (!$PartnerCustomerCompanyProfile.Email) { 'No permission' } ```

So "PartnerCenterModule" was deprecated: https://github.com/microsoft/PartnerCenterPowerShellModule And replaced with "PartnerCenter" that is abandoned: https://github.com/microsoft/Partner-Center-PowerShell Now you can do some of the stuff by using "MSOnline" but it also deprecated: https://docs.microsoft.com/en-us/powershell/module/msonline/?view=azureadps-1.0 And...

Are you guys interested in a community maintained PartnerCenter module? Build with native PowerShell + the PartnerCenter dlls. I got almost all the basics already working + 3 cmdlets like...

@mprentice22153 Freaking Covid finely got to me, so wasn't available. As I said I have working REST and "PS + dlls" working examples, the only core functionality missing is the...

I took some time to write a readme and made the repo public https://github.com/ili101/PartnerCustomerCommunity. Everyone that wants to help is welcome to open an [issue](https://github.com/ili101/PartnerCustomerCommunity/issues) to discuss or [contact me](https://github.com/ili101)....