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