-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue when publishing #9
Comments
Further to my previous message, these are the steps to reproduce this problem:
At this stage, you can compile/run etc. and it all works fine, whether or not any code uses BlazorPanzoom. The problem arises when you execute the following publish command:
It's not clear to me where this is coming from. Is someone able to assist us with this please, as we would very much like to continue using this library but are currently blocked from being able to publish and therefore release? Currently it seems as though the published nuget package is missing the file |
Sorry about the problem! The issue should be fixed in version 0.2.1 on nuget. For some reason, the nuget package was still referencing the old Let me know if it fixes the issue for you. |
Many thanks for the quick fix @shaigem it works now, cheers! |
Hi,
We are using this library (works great!) but have come across an issue when we publish our application (Blazor server). As soon as we run dotnet publish, we are shown the following error:
C:\Program Files\dotnet\sdk\5.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets(238,5): error MSB3030: Could not copy the file "C:\Users\autobuilder\.nuget\packages\blazorpanzoom\0.2.0\staticwebassets\panzoom-4.4.1.min.js" because it was not found.
When we compile and run normally it works, this is only an issue while publishing but I cannot see anywhere that we have referenced this particular *.js file. Is this something we're doing incorrectly?
Thanks in advance!
The text was updated successfully, but these errors were encountered: