Adam Driscoll
Adam Driscoll
Currently, New-UDCard has a Watermark parameter that does the same thing as New-UDCounter's Icon parameter. Should add an alias for Watermark to Icon and then plan to remove it version...
``` System.NullReferenceException Object reference not set to an instance of an object. at Microsoft.VisualStudio.DesignTools.Designer.Metadata.MetadataStore.GetTypeConverter(Type type) at Microsoft.VisualStudio.DesignTools.WpfDesigner.Metadata.WpfDesignTimeProperties.RegisterProperty(IPropertyId neutralPropertyKey, IType declaringType, FrameworkPropertyMetadataOptions options, PropertyChangedCallback callback) at Microsoft.VisualStudio.DesignTools.WpfDesigner.Metadata.WpfCommonDesignTimeProperties.Initialize(WpfDesignTimeProperties designTimeProperties) at Microsoft.VisualStudio.DesignTools.WpfDesigner.Metadata.WpfDesignTimeProperties..ctor(RuntimePlatformMetadata platformMetadata)...
Need to be able to select an icon the compiled exe will have
ValidateRange, ValidateSet, etc could be enforced in the client rather than going back to the server.
It would be nice if UD could update itself from the browser from the PS Gallery.
I have a test for this but no published example: ``` $Options = New-UDLineChartOptions -yAxes ( New-UDLinearChartAxis -Maximum 150 -Minimum 5 ) $dashboard = New-UDDashboard -Title "Test" -Content { New-UDMonitor...