Esri / solutions-widgets-wpf

Solutions Widgets for use in the ArcGIS WPF Operations Dashboard.
Apache License 2.0
15 stars 15 forks source link

Compiler Warning: The result of the expression is always 'true' #20

Closed csmoore closed 9 years ago

csmoore commented 10 years ago

OOBWidgetDialog.xaml.cs:119 Compiler Warning: The result of the expression is always 'true' since a value of type 'OOB.DescriptionType' is never equal to 'null' of type 'OOB.DescriptionType?'

https://github.com/Esri/solutions-widgets-wpf/blob/master/source/OrderOfBattle/OrderOfBattle/Config/OOBWidgetDialog.xaml.cs#L119

jrweakland commented 9 years ago

Added to backlog - https://app.asana.com/0/23186355169350/23186355169366

csmoore commented 9 years ago

Looks fixed to me