saucecontrol / PhotoSauce

MagicScaler high-performance, high-quality image processing pipeline for .NET
http://photosauce.net/
MIT License
569 stars 49 forks source link

After update the solution to .NET 8 version the NativeCodecs dependency started to fail #143

Closed pvoliveira closed 4 months ago

pvoliveira commented 6 months ago

After updating the solution to .NET 8 version (from .NET 6) the NativeCodecs namespace started to show as missing.

It seems to be that the target framework is missing in the NativeCodecs project.

saucecontrol commented 6 months ago

Do you have a minimal repro?

What versions of the packages and SDK are you using? Did you get an actual error message during build, or are you just missing intellisense?

pvoliveira commented 6 months ago

I was busy, I will create a test project to replicate my scenario, and I hope that it will make things clearer. As soon as possible I will update this issue.

saucecontrol commented 4 months ago

Closing due to lack of detail. Feel free to re-open if you can provide a repro.