We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firstly, thank you for this plugin!
Just wondering if we're done something wrong though, as we can't seem to get it to load when published to the server.
When running on localhost I can see:
But on the server:
... the App_Plugin folder isn't references there.
Installed the package by running "dotnet add package InlineSvgPicker" And then included InlineSvgPicker in the solution so it would be published:
Is there something else we've missed? Thank you
The text was updated successfully, but these errors were encountered:
Hi @warrenatatlas, it doesn't look like you're missing anything...
Could you check you have these set in your .csproj file?
<ItemGroup> <PackageReference Include="InlineSvgPicker" Version="2.0.1" /> <PackageReference Include="Umbraco.Cms" Version="9.3.1" /> </ItemGroup>
<PropertyGroup> <CopyRazorGenerateFilesToPublishDirectory>true</CopyRazorGenerateFilesToPublishDirectory> <CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory> </PropertyGroup>
Sorry, something went wrong.
No branches or pull requests
Firstly, thank you for this plugin!
Just wondering if we're done something wrong though, as we can't seem to get it to load when published to the server.
When running on localhost I can see:
But on the server:
... the App_Plugin folder isn't references there.
Installed the package by running "dotnet add package InlineSvgPicker"
And then included InlineSvgPicker in the solution so it would be published:
Is there something else we've missed?
Thank you
The text was updated successfully, but these errors were encountered: