-
Notifications
You must be signed in to change notification settings - Fork 218
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 L2 logging. Fix L2 empty read. #2339
Conversation
@pmaytak Thanks for fixing this, but looks like tests are failing...were they failing locally as well? |
Fixed some tests. The rest fail because of Lab. |
Tests are still failing... |
@pmaytak & @bgavrilMS - any update on this PR? |
The tests were failing because of Lab issues, which were fixed, so re-running the build now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ETA on getting this wrapped up? Asking as we might have to get out another fix for something else and if we should wait or not. |
Implemented feedback. Builds are running. You can merge earlier, if you want. Aside: We enabled auto-merge in .NET repo, it's pretty helpful. |
thanks. Would rather not enable auto-merge, but appreciate the tip. |
Description
MsalAbstractTokenCacheProvider.OnBeforeAccessAsync
to call Msal.Deseralize even if the read operation returned nothing.Fixes #2348, fixes #2349