Fixing Source Link Authentication Failed Error

Nathan Sokalski 4,126 Reputation points
2020-06-29T19:42:24.577+00:00

I have a UWP app that uses the SequenceEquals method in expressions like the following:

currnames.SequenceEqual(newnames)

When debugging my code, putting a breakpoint before this code causes Visual Studio 2019 (16.6.2) to give the following error when I step through the code:

Source Link Authentication Failed

Here are several screenshots:
10952-annotation-2020-06-29-142642.png
10981-annotation-2020-06-29-142830.png
10953-annotation-2020-06-29-142924.png

If I do not include a breakpoint or step through the code (or if I step over this code), the expression is evaluated correctly. Why am I not allowed to step through this code? Thanks.

Universal Windows Platform (UWP)
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.