Hi QiuguoLi-6442,
I download the Visual Studio 2019 solution and made a test by following the steps in the document you provided.
And the first thing you need pay attention to is that you need to unzip the archive or clone the repository into a directory near the root of the drive to avoid errors caused by path length limitations on Windows.
And then right-click the solution "AppModelv2-WebApp-OpenIDConnect-DotNet" ->select Restore NuGet packages.
At first I encountered an error here, so I suggest you change the project location.
The result is as follows:
Then run Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r in View > Other Windows > Package Manager Console.
The result:
I run the in project in visiual studio 2017.
Best Regards,
Daniel Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.