-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Deterministic DLLs for NuGet #80
Comments
I spent a few hours looking into this and it doesn't make complete sense to me. As far as I can tell our builds are being compiled as deterministic builds. In both Imaging.Heif/.github/workflows/build_main.yml Lines 51 to 53 in 63fba20
I ran a clean build from my local environment and then performed the @mitchelsellers do you have any ideas what could be going on here? |
I spent some time looking at this myself and I'm not 100% sure what the root of the issue might be, as you are correct, in theory it should be fine using the commands that are listed in the build, a few observations
Not sure how much help this is at the moment but that's what I see different from other projects that I have working properly. |
This is great feedback, I saw the technique of adding a special
With that added, we will be able to remove the manual switches in our dotnet cli commands |
Description
The DLLs generated are not marked as deterministic when viewing in the NuGet Package Explorer. We need to update the build so they are deterministic.
https://nuget.info/packages/FileOnQ.Imaging.Heif/1.0.0
The text was updated successfully, but these errors were encountered: