Cary Symes

Results 5 issues of Cary Symes

Some markdown formatting specifics were breaking the page rendering, as a code block (line 150) was not being closed properly. Also applied indentation to some blocks for readability.

**Describe the bug** If a value with an incompatible type is stored into the cache with `GetOrAddAsync`, the cache automatically calls the factory and stores the new, correct, value. However,...

bug

**Describe the bug** If a value with an incompatible type is stored into the cache with `GetOrAddAsync`, the cache automatically calls the factory and stores the new, correct, value. However,...

bug

**Describe the bug** In normal operation, our API container app's graph queries began to fail with an `ObjectDisposedException`, stack trace: ``` System.ObjectDisposedException: Cannot access a closed Stream. Object name: 'NetworkStream'....

bug