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 know there was a time when we had the same problem (#264), but I still have this problem.
If there is no cache at the time of saving the manifest, attempting to add and access the cache will result in an exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at CacheTower.Providers.FileSystem.FileCacheLayer.GetAsync[T](String cacheKey) in /home/runner/work/CacheTower/CacheTower/src/CacheTower/Providers/FileSystem/FileCacheLayer.cs:line 211
at CacheTower.CacheStack.GetAsync[T](String cacheKey) in /home/runner/work/CacheTower/CacheTower/src/CacheTower/CacheStack.cs:line 215
What does the bug do?
I know there was a time when we had the same problem (#264), but I still have this problem.
If there is no cache at the time of saving the manifest, attempting to add and access the cache will result in an exception:
How can it be reproduced?
This doesn't even need to go through a reboot for this to occur after a certain amount of time.
Environment:
The text was updated successfully, but these errors were encountered: