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
github-actionsbot
changed the title
Features from the dependency packages don't show up when only the OrchardCore.Commerce NuGet package is referenced
Features from the dependency packages don't show up when only the OrchardCore.Commerce NuGet package is referenced (OCC-257)
Jun 11, 2024
/cc: @DrewBrasher
Describe the bug
Only the features defined in the OrchardCore.Commerce package show up:
Features from all of its OC module dependencies are missing. This may be some kind of package export problem.
To Reproduce
Steps to reproduce the behavior:
dotnet add package OrchardCore.Commerce --version 2.1.0
into the command line in the web project's directory.Expected behavior
All the features should be included.
Workaround
Until this is fixed, explicitly adding each project reference to the web csproj is a viable workaround:
Jira issue
The text was updated successfully, but these errors were encountered: