* Add ASP.NET Core 2 features to Identity Configuration.
Fixed typo with ASP.NET Core 1 Cookie Name.
* Make things more clear and call out the specific options.
* Fix wording, spacing, typo on folder name. Display 1.x snippets with more context
* Fix typo
* Move properties and call out ASP.NET Core 1.x ones.
* Update SDK install info/script for Nano Server tutorial
Fixes#4233
I use the word "fixes" lightly, since I know this works in my AppVeyor
script but haven't actually done it on a real Nano Server.
* Update script link
* Small language fix
* update unit teting aspnet web api and some images
* update image to display unit test's Text Explorer specific to VS2017
* update mocking EF md and its images
* Change the version of Moq used to the version that is compatible with VS 2015 and VS 2017
* update further to notify Moq version
* Update link of code sample to point to newer sample that uses VS 2017
* update wording based on PR feedback
* Update StartupCopy.cs
This property CookieName is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.
* Remove appsettings.json
* Use 'nameof' to replace string literal
* Remove unnecessary XML nodes
The existing code sample implies that the user can access the result of the action method in `context.Result`, but that is not the case. User needs to capture the result of the `next` delegate in order to access this info.
The example systemd unit file causes an error if copied directly and used as is (which a lot of first time users likely will).
Although the example service will run it will cause a systemd error because comments in systemd unit files need to be on a newline. In this case I've moved the comment to the line above. Now when you do `systemctl status kestrel-hellomvc.service` you won't see an error in the output.
* Updates to Razor Pages intro doc
* More updates
* Remove @functions conversion reference
* Remove all @functions references and code
* Change code snippet type to cshtml
The link to IdentityServer4 is now https://identityserver4.readthedocs.io/en/release/, but it would be better to direct to the root path so if languages are added, they will automatically get redirected to.