Debugger Cannot Find AnyAll.cs

Nathan Sokalski 4,116 Reputation points
2020-05-23T19:04:37.347+00:00

While debugging my app, I receive the following message when I reach the .Any(...) Linq method:

AnyAll.cs not found: Source Link authentication failed

First of all, I have no need to view the internal codebehind for the Any method (or other internal methods of the Linq namespace). Second, I never used to receive this message. This message is preventing me from stepping through my code. What can I do? Thanks.

Universal Windows Platform (UWP)
{count} votes