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

.AddDefaultUI(UIFramework.Bootstrap4) - 'UIFramework' is inaccessible due to its protection level #13111

Closed
dotnetshadow opened this issue Aug 14, 2019 · 2 comments
Labels
feature-identity-ui ✔️ Resolution: By Design Resolved because the behavior in this issue is the intended design.

Comments

@dotnetshadow
Copy link

Describe the bug

'UIFramework' is inaccessible due to its protection level

To Reproduce

Steps to reproduce the behavior:

  1. Using this version of ASP.NET Core 3.0 preview 8
  2. services.AddDefaultIdentity<IdentityUser>().AddDefaultUI(UIFramework.Bootstrap3)

Expected behavior

Issue #9516 suggests that it should still be available?

@blowdart
Copy link
Contributor

@javiercn is this connected to the removal work you did?

@javiercn
Copy link
Member

Yes,

You don't need to call AddDefaultUI(UIFramework.Bootstrap3) anymore. Simply add <IdentityUIFrameworkVersion>Bootstrap3</IdentityUIFrameworkVersion> to your project file instead and you should be good.

See the announcement here. aspnet/Announcements#380

@javiercn javiercn added the ✔️ Resolution: By Design Resolved because the behavior in this issue is the intended design. label Aug 14, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-identity-ui ✔️ Resolution: By Design Resolved because the behavior in this issue is the intended design.
Projects
None yet
Development

No branches or pull requests

3 participants