Update StaleSafely.Execute methods to handle null argument values
YevgeniyShunevych opened this issue · 0 comments
YevgeniyShunevych commented
Update StaleSafely.Execute
methods:
- Throw
ArgumentNullException
whenaction
parameter isnull
. - If
options
isnull
use default instance ofSearchOptions
.