unoplatform / uno.resizetizer

The home for Uno.Resizetizer, an image resizting tooling for Uno Platform apps
https://platform.uno
Other
15 stars 6 forks source link

Resizetizer does not run properly when PROCESSOR_ARCHITECTURE is x86 #263

Open jeromelaban opened 1 month ago

jeromelaban commented 1 month ago

Current behavior

If msbuild is running in x86 mode, resizetizer will fail as it uses the wrong files for skiasharp. See https://github.com/unoplatform/uno/discussions/16512#discussioncomment-9343004.

Expected behavior

Runs properly when PROCESSOR_ARCHITECTURE is x86

How to reproduce it (as minimally and precisely as possible)

Unknown.

Environment

msbuild /r

Nuget Package:

Package Version(s):

Affected platform(s):

Visual Studio:

Relevant plugins:

Anything else we need to know?

jeromelaban commented 1 month ago

We're not able to determine a specific set of conditions that can be used to report this error in a reliable way. If this happens more frequently we'll revisit this issue and try to find a different set of conditions.