PRASOON KARUNAN V

Results 19 comments of PRASOON KARUNAN V

> It would be as simple as: > > ```cs > JsonSerializer _jsonWriter = new JsonSerializer { > NullValueHandling = NullValueHandling.Ignore > }; > ``` @iSazonov Isn't it `JsonSerializerSettings` here...

but it isn't working here... I tried hardcoding to ignore, and no way. https://github.com/kvprasoon/PowerShell/blob/jsonnull/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/JsonObject.cs#L479 GitHubkvprasoon/PowerShellPowerShell for every system! Contribute to kvprasoon/PowerShell development by creating an account on GitHub.

yeah, I followed that. May be a bug in it !

@iSazonov Looks like this can be closed

For WindowsUpdateProvider, refer https://github.com/MicrosoftDocs/windows-powershell-docs/issues/139 Even the other modules doesn't looks like having valid help uri. @iSazonov /@SteveL-MSFT Do we already handle updating help files of modules where there is no...

At least can we change the errors to warning in this case.

Yes, but somehow I can't accept this as an error to ignore or continue :-)

IMO, this will be for PowerShell Core and PowerShell cmdlet docs are already using markdown .