-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add AuthenticationDisplayName to HttpSys #21410
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
Conversation
/// <summary> | ||
/// Sets the display name shown to users on login pages. The default is null. | ||
/// </summary> | ||
public string AuthenticationDisplayName { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reference assemblies need updating.
https://github.com/dotnet/aspnetcore/blob/master/docs/ReferenceAssemblies.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't generate reference assembly with scripts, so I just edit the file manually. I hope it works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened when you tried?
Wow, that was fast. Did you set up notifications for HelpWanted issues somehow? |
No, I it was a normal subscription. I was just online ... and act fast 😁 |
Hello @Tratcher! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
So close:
|
Thanks |
Fixes #21281