Skip to content

Remove extra abstract keyword #24274

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 1 commit into from
Jul 28, 2020
Merged

Remove extra abstract keyword #24274

merged 1 commit into from
Jul 28, 2020

Conversation

Youssef1313
Copy link
Member

@Youssef1313 Youssef1313 commented Jul 24, 2020

It was removed in dotnet/Scaffolding#1339
Shouldn't it be removed here too? or I'm missing something?

Not sure if this fixes issue #24273 or not

@ghost ghost added the area-identity Includes: Identity and providers label Jul 24, 2020
@blowdart blowdart requested a review from HaoK July 27, 2020 15:27
@HaoK
Copy link
Member

HaoK commented Jul 27, 2020

Thanks @Youssef1313 !

@HaoK HaoK merged commit 0437117 into dotnet:master Jul 28, 2020
@Youssef1313 Youssef1313 deleted the patch-2 branch July 28, 2020 07:59
@Youssef1313
Copy link
Member Author

@HaoK Do you know if this fixed #24273?
Will this change get into 3.1 next minor version? Or should I open another PR to target the 3.1 branch?

@HaoK
Copy link
Member

HaoK commented Jul 28, 2020

The root issue is in scaffolding if you are scaffolding, the changes to the UI files don't affect what gets scaffolded, so it actually doesn't really matter whether this class is abstract or not in the UI sources

@HaoK
Copy link
Member

HaoK commented Jul 28, 2020

Oh I see what you are saying, scaffolding is the workaround

@HaoK
Copy link
Member

HaoK commented Jul 28, 2020

This file doesn't exist in 3.1 as we removed it to bring the feature back in 5.0, so I don't think we are likely going to be fixing it for 3.1, but the feature should work in 5.0 https://github.com/dotnet/aspnetcore/tree/release/3.1/src/Identity/UI/src/Areas/Identity/Pages/V4/Account (note there is no ResendEmailConfirmation.cshtml file)

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants