You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow any project to opt-in to libman support (context menu items, add library wizard).
Minimal repro steps
Create a Razor Class Library project
Try to add a library via LibMan wizard (e.g. for image assets)
Expected result
Some way to allow enabling the LibMan wizard.
Actual result
Editing libman.json works, but there's no way to get the wizard to work.
Further technical details
Enabling LibMan via a project capability means that anyone could edit their project file, even if not a web project, to opt-in to LibMan support.
Since the editor support works as long as there's a libman.json file, this issue is mostly to see if there's interest in enabling wizard support in other project types.
The text was updated successfully, but these errors were encountered:
Functional impact
This would allow any project to opt-in to libman support (context menu items, add library wizard).
Minimal repro steps
Expected result
Some way to allow enabling the LibMan wizard.
Actual result
Editing libman.json works, but there's no way to get the wizard to work.
Further technical details
Enabling LibMan via a project capability means that anyone could edit their project file, even if not a web project, to opt-in to LibMan support.
Since the editor support works as long as there's a libman.json file, this issue is mostly to see if there's interest in enabling wizard support in other project types.
The text was updated successfully, but these errors were encountered: