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
Currently the benchmarking is only targeting .NET 5. We need to support all frameworks (.NET 4.8, .NET 5, .NET 6).
An example of multi-targeting the jobs can be found here: https://github.com/FileOnQ/Imaging.Heif/blob/main/benchmarks/tools/Thumbnail.cs
The build logic can be pulled from here: https://github.com/FileOnQ/Imaging.Heif/blob/main/.github/workflows/benchmark.yml
#8 and this can be completed together
The text was updated successfully, but these errors were encountered:
Closed as this is included in a main framework issue
Sorry, something went wrong.
No branches or pull requests
Currently the benchmarking is only targeting .NET 5. We need to support all frameworks (.NET 4.8, .NET 5, .NET 6).
An example of multi-targeting the jobs can be found here: https://github.com/FileOnQ/Imaging.Heif/blob/main/benchmarks/tools/Thumbnail.cs
The build logic can be pulled from here: https://github.com/FileOnQ/Imaging.Heif/blob/main/.github/workflows/benchmark.yml
#8 and this can be completed together
The text was updated successfully, but these errors were encountered: