Skip to content

[3.0] Also target netstandard2.1 for Identity.EFCore #13402

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

Merged
merged 2 commits into from
Aug 24, 2019

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Aug 24, 2019

Description
Fix for #13340

The user/role features of identity (UserManager/RoleManager) are intended to continue working outside of ASP.NET for 3.0. Unfortunately we missed updating the Identity.EntityFrameworkCore store implementation package to target netstandard 2.1 (required for EF), so its currently only targeting netcoreapp3.0 (the default for ASP.NET Core). This change just enables this package to be target netstandard2.1.

Customer Impact
Customers are unable to use the default identity EF store implementation outside of netcoreapp3.0 which is also regression from 2.2

Regression?
Yes, in 2.2, this package targeted netstandard2.0

Risk
Low

@HaoK HaoK added this to the 3.0.0-preview9 milestone Aug 24, 2019
@HaoK HaoK added area-identity Includes: Identity and providers ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. labels Aug 24, 2019
@HaoK HaoK changed the title Also target netstandard2.1 for Identity.EFCore [3.0] Also target netstandard2.1 for Identity.EFCore Aug 24, 2019
@Pilchie
Copy link
Member

Pilchie commented Aug 24, 2019

@HaoK This is approved, but it looks like it's failing CI. Can you take a look? Or you @JunTaoLuo ?

@HaoK
Copy link
Member Author

HaoK commented Aug 24, 2019

Looks like a flaky test again, I'll rerun that test, but doesn't look related at all as its a hosting shutdown test only on ubuntu

@HaoK
Copy link
Member Author

HaoK commented Aug 24, 2019

Required checks in aspnetcore-ci look green now

@mmitche
Copy link
Member

mmitche commented Aug 24, 2019

This was approved, merging.

@mmitche mmitche merged commit 4425876 into release/3.0-preview9 Aug 24, 2019
@ghost ghost deleted the haok-identity21 branch August 24, 2019 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants