Akavache icon indicating copy to clipboard operation
Akavache copied to clipboard

Throw ObjectDisposedException and ArgumentNullException synchronously

Open flagbug opened this issue 8 years ago • 0 comments

Severe exceptions like ObjectDisposedExceptions and AgumentNullException shouldn't OnError the observable, and should rather be thrown immediately/synchronously.

See https://github.com/akavache/Akavache/blob/master/Akavache.Sqlite3/SqlitePersistentBlobCacheNext.cs#L63 for an example where they are passed via OnError

flagbug avatar May 18 '16 08:05 flagbug