-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Revert HasKey binary breaking change and add a test for IdentityServer4 #20620
Conversation
cc @davidfowl |
@AndriySvyryd I we just not going to allow a generic key builder ever, or should we have a plan to try to do this in some other way, or in conjunction with Identity Server changes? |
@AndriySvyryd Agree with @ajcvickers above. Could we add a comment saying why we are not doing this the normal way in the generic |
Maybe add an extension method to hide the cast? |
We can try again when we have a more compelling reason to do this or when Identity Server is going to be broken by a different change. I don't think it's worth it to keep this on the backlog.
It would be basically the comment that's applicable to any public API: "Don't change this, it breaks stuff". The test I added is more reliable.
We'll consider this in the future. For now the users don't need to have the generic type. |
@dougbu EF can be unpinned now |
- dotnet/efcore#20620 unblocks flowing these dependencies
* Unpin dependencies from dotnet/efcore - dotnet/efcore#20620 unblocks flowing these dependencies * [master] Update to dependencies from build '20200414.8' of 'https://github.com/dotnet/efcore'
No description provided.