Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't rethrow deserialization exceptions from FusionCache (#1535)
## Description This causes any deserialization exceptions happening when fetching caches to trigger a factory run, instead of bubbling up and hitting the global exception handler. This error was introduced in #1409, which added a non-nullable field to an entity that existed in the distributed cache. ## Related Issue(s) - #1409 ## Verification - [x] **Your** code builds clean without any errors or warnings - [x] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
- Loading branch information