You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am curious why the default assignment was removed in the ObservedChange method. I am updating from an earlier version to current in order to support .NET5 and this was a breaking change in our code.
public ObservedChange(TSender sender, Expression expression, TValue value = default)
public ObservedChange(TSender sender, Expression expression, TValue value)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am curious why the default assignment was removed in the ObservedChange method. I am updating from an earlier version to current in order to support .NET5 and this was a breaking change in our code.
Beta Was this translation helpful? Give feedback.
All reactions