* Fix error "Not all code paths return a value in lambda expression of type"
* Update owin.md
* Update owin.md
* Update owin.md
* Update owin.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Added missing instructions for sign in with Twitter.
* Update StartupTwitter3x.cs to add line of code for twitterOptions.RetrieveUserDetails
* Moved a code comment out of the code.
* Update twitter-logins.md to extend the the code highlighting to include the new line for twitterOptions.RetrieveUserDetails
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* VS 2019 updates, VS Code updates, code updates.
* Patch: typo fix
* patch: replaced 3.x app project sample with updates that were tested.
* patch: updated VS Code instruction for cli commands.
* patch: added fix for issue 13817 to clarify project root directory.
* patch:code fixes for replacing depricated keyboardevent.keycode
* Apply suggestions from code review
Adding review suggestions.
A few more changes will need to be made in an additional commit after this one to update for all review suggestions.
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Update index.ts
Replaced var with easier to understand 'messages". Fixed inconsistency between single and double quotes. Tested the changes.
* Update aspnetcore/tutorials/signalr-typescript-webpack.md
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Update Startup.cs
Changed snippet regions
* Update signalr-typescript-webpack.md
Re-wrote additional original content per review feedback.
* Update signalr-typescript-webpack.md
Switching "dist" back to italics per Scott's feedback.
* Update aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/snippets/index2.ts
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Update aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/snippets/index1.ts
Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>