-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hello, I'm using VS2019 and I wanted to learn how to setup Azure AD with my web API. Here's a summary of what I had to do different to make it compile and work:
- TodoListclient MainWindow.xaml.cs L42-43 (Remove the todo: in the AppConfig parameters)
- TodoListclient MainWindow.xaml.cs L227: Grabbing from the text fiend caused a crash due to threads on run time, so I just hardcoded "test" for now, but I'm sure you can do better. :)
- Nuget: Newtonsoft.json, align todolistclient and todolistservice to version 12.0.3
- Nuget: Upgrade all Microsoft.Asp* to 5.2.7
It took me a few hours to sort this out, but nonetheless the README.md was good.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels