Skip to content
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

Update live with current master #4426

Merged
merged 23 commits into from
Sep 27, 2017
Merged

Update live with current master #4426

merged 23 commits into from
Sep 27, 2017

Conversation

Rick-Anderson
Copy link
Contributor

No description provided.

scottaddie and others added 23 commits September 18, 2017 14:32
Since [TaskCache](dotnet/extensions#238) was removed this updates the samples to use `Task.CompletedTask` instead
In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.

Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie

Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie("MyCookieAuthenticationScheme",
Drop literal_block comments and fix a few code blocks
…er-task-return

Updates TaskCache to Task
Fix demo code for AddAuthentication.AddCookie
UE pass on Publishing to IIS topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants