Open sandboxFocus

Property IgnoreUnobservableExpressions

IgnoreUnobservableExpressions

Gets or sets a value indicating whether warnings about unobservable expressions in the target member should be suppressed.

Declaration
public bool? IgnoreUnobservableExpressions { get; set; }
Property Value
Type Description
bool?
Remarks

When set to true, the ObservableAttribute aspect will not report warnings for code constructs in this member that it cannot analyze. This has the same effect as applying SuppressObservabilityWarningsAttribute to the member.