-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime errors while runnning this project #23
Comments
To add to @yell0wc0w2's comments. Yes to point 1, 3 and 4. Regarding point 2, I usually use MVVM and ICommand (or similar) but to resolve the code "as is" for the InvalidOperation regarding the code executing on a different thread, a quick fix is to change the following line:
to: `var title = string.Empty;
var todoItem = new TodoItem() { Title = title };` Not ideal but better than hardcoding a value and still don't understand how so many small glitches were left in there! |
Ok,
It is actually due to the fact that the |
Hey thanks for coming back to me! Glad you were able to sort it out quickly. :) |
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:
It took me a few hours to sort this out, but nonetheless the README.md was good.
Thanks!
The text was updated successfully, but these errors were encountered: