-
-
Notifications
You must be signed in to change notification settings - Fork 192
Use JSON source generator & enable trimming in DistributedCacheMetadataService #589
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
Conversation
eduar-hte
commented
Feb 5, 2025
@dotnet-policy-service agree
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 76.04%. Comparing base (
b54892b) to head (8fea803).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@ ## master #589 +/- ## ======================================= Coverage 76.04% 76.04% ======================================= Files 101 101 Lines 2601 2601 Branches 432 432 ======================================= Hits 1978 1978 Misses 513 513 Partials 110 110
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
e878077 to
93ca008
Compare
- This is based on work in PR passwordless-lib#304
f2c5c4c to
8fea803
Compare
This is an update to be able to use
DistributedCacheMetadataServicein an AOT build, based on work in PR #304.In order to store and retrieve the cached metadata blob, calls to
JsonSerializer'sSerialize&Deserializeneed to specifyFidoModelSerializerContext.Default.MetadataBLOBPayload.