You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
targets Unix TFM but in reality, the assembly is supported only on few Unix platforms.
The target needs to be updated to exclude all Unix-like platforms where the assembly is not supported or even better would be to retarget it for Linux and macOS only where it's only supported.
The text was updated successfully, but these errors were encountered:
targets Unix TFM but in reality, the assembly is supported only on few Unix platforms.
The target needs to be updated to exclude all Unix-like platforms where the assembly is not supported or even better would be to retarget it for Linux and macOS only where it's only supported.
Given that we annotated this assembly as SupportedOSPlatform("Windows") and that we are no longer supporting System.Drawing.Common on non-windows. I will close this issue as it is no longer applicable and once main becomes .NET 7, I will nuke the Unix implementation.
runtime/src/libraries/System.Drawing.Common/src/System.Drawing.Common.csproj
Line 8 in 877a8df
The target needs to be updated to exclude all Unix-like platforms where the assembly is not supported or even better would be to retarget it for Linux and macOS only where it's only supported.
The text was updated successfully, but these errors were encountered: