-
Notifications
You must be signed in to change notification settings - Fork 348
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
[Bug] System.MissingMethodException - Method not found: 'Void System.Text.Json.Serialization.Metadata.JsonObjectInfoValues1.set_ObjectCreator(System.Func
1<!0>)'
#5021
Comments
Can't repro. Added details on the original issue Azure/azure-sdk-for-net#47532 |
May I ask, I am currently facing the same issue. |
Bumped into the same issue. |
Can repro, thanks @rymeskar |
Looks like the net6 -> net8 upgrade will fix this too - #5033 |
I'm going to close this as fixed. It will be released with MSAL 4.67, sometime around Jan 7 |
I've same problem with .NET 7. Will the fix work also for me? |
Library version used
4.66.2.0
.NET version
net9
Scenario
ConfidentialClient - service to service (AcquireTokenForClient)
Is this a new or an existing app?
The app is in production, I haven't upgraded MSAL, but started seeing this issue
Issue description and reproduction steps
Customer updated their System.Text.Json dependency to 9.0.0, and started seeing the following exception in Azure.Identity:
Method not found: 'Void System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.set_ObjectCreator(System.Func`1)
Relevant code snippets
Expected behavior
No response
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
No response
The text was updated successfully, but these errors were encountered: