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
I try to make a new theme with the latest version.
I created a OC webapp in .NET 8 with OC 1.8 preview packages with Nuget.config adding preview source : <add key="OrchardCore" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
I try to make a new theme with the latest version.
I created a OC webapp in .NET 8 with OC 1.8 preview packages with Nuget.config adding preview source :
<add key="OrchardCore" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
I made a custom theme that is a copy of TheTheme.
I use the equivalent of the packages referenced in https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Themes/TheTheme/TheTheme.csproj but as Nuget packages:
My problem is that the namespace
OrchardCore.Themes.Services
is not found so in the Layout, this does not work:@inject ThemeTogglerService ThemeTogglerService
The text was updated successfully, but these errors were encountered: