Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix KeyNotFoundException in PersistenceFluentExtensions #646

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

joem-msft
Copy link
Contributor

Problem

KeyNotFoundException is thrown in PersistenceFluentExtensions when a key is missing.

Solution

Changed the implementation to enable usage of the TryGet pattern APIs so it doesn't throw.

@joem-msft joem-msft requested review from a team as code owners April 20, 2024 01:36
@joem-msft joem-msft enabled auto-merge (squash) April 20, 2024 02:26
@joem-msft joem-msft force-pushed the users/joemay/Fix-PersistenceFluentExt branch from f51e91a to 147ddde Compare April 22, 2024 16:37
@joem-msft joem-msft merged commit f8db9cb into master Apr 22, 2024
4 checks passed
@joem-msft joem-msft deleted the users/joemay/Fix-PersistenceFluentExt branch April 22, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants