Adam Driscoll

Results 244 issues of Adam Driscoll

enhancement
universal-dashboard

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...

enhancement
universal-dashboard

``` 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)...

code-conversion
wpf-designer

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.

enhancement
universal-dashboard

It would be nice if UD could update itself from the browser from the PS Gallery.

enhancement
universal-dashboard

enhancement
universal-dashboard

enhancement
universal-dashboard

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...

universal-dashboard
documentation