79452665

Date: 2025-02-19 20:15:32
Score: 4.5
Natty:
Report link

I had the same issue, where I have code that was using List.IsNullOrEmpty(). Turns out that it was a breaking change from the Microsoft.IdentityModel.Tokens library when it updated to version 8.0.

I initially found this article: https://adamstorr.co.uk/blog/microsoft.identitymodel.tokens-has-finally-fixed-isnullorempty-foobar/

There is another StackOverflow entry with additional information: https://stackoverflow.com/a/77747664/17390042

That entry points to the github issue thread here: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/1722

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: pjorgen