universal-docs
universal-docs copied to clipboard
Documentation for PowerShell Universal
 Out-UDTableColumn is listed under the API, but the linked command goes here; to [Out-UDTableData](https://github.com/ironmansoftware/universal-docs/blob/master/cmdlets/Out-UDTableData.txt)
Re: https://github.com/ironmansoftware/universal-docs/blob/master/config/hosting/azure.md#manually-creating-a-web-app It appears that .NET 5 is no longer a thing in Azure App Services. I tested it on two tenants -- both have only 6, 7, Core 3.1,...
At https://docs.powershelluniversal.com/userinterfaces/dashboards/building-dashboards#components there is a link which references itself. 
The documentation states [here](https://docs.powershelluniversal.com/userinterfaces/pages/line-chart) that > PSCustomObjects, objects or hashtables [...] in order to display a chart [...] Consider specifying if an array of these objects must always be passed...
It would be nice if the documentation would support dark/light theme as well! At night, when I open the help link via the admin console I always briefly see stars...
Corrected example on obtaining the password.
Can cause some issues trying to validate. for instance...this won't work: if($eventdata -eq ''){ New-UDValidationResult -ValidationError "Can't be blank" }
https://docs.powershelluniversal.com/userinterfaces/components/dynamic-regions#arguments-list ArgumentList is now available in Sync-UDElement from Issue: https://github.com/ironmansoftware/issues/issues/1815 The argumentlist section has a note that says that the arguments are static and don't update. Not true anymore.
# PSScriptAnalyzerSettings.psd1 @{ ExcludeRules=@('PSAvoidUsingWriteHost') }
I have seen a lot of questions on the forum that boil down to folks having a hard time telling what they should use for certain parameters on different elements....