About 4,780 results
Open links in new tab
  1. NuGet Gallery | System.Drawing.Common 10.0.8

    The System.Drawing.Common package allows .NET Core and .NET 6+ applications to access GDI+ graphics functionality. This package is especially useful for porting .NET Framework applications that …

  2. System.Drawing.Common only supported on Windows

    Jul 21, 2023 · The System.Drawing.Common NuGet package is now attributed as a Windows-specific library. The platform analyzer emits warning at compile time when compiling for non-Windows …

  3. What is the purpose of System.Drawing.Common in comparison to …

    Feb 6, 2024 · The same class is a member of the same namespace - System.Drawing - in both cases, so there's no difference from that perspective. System.Drawing.Common is a Nuget package and …

  4. docs/docs/core/compatibility/core-libraries/6.0/system-drawing-common ...

    Nov 8, 2022 · The System.Drawing.Common NuGet package is now attributed as a Windows-specific library. The platform analyzer emits warning at compile time when compiling for non-Windows …

  5. How do you use System.Drawing in .NET Core? - Hanselman

    Sep 11, 2018 · For a while there was a package called CoreCompat.System.Drawing that was a .NET Core port of a Mono version of System.Drawing. However, since then Microsoft has released …

  6. System.Drawing.Common replacement for .NET 10 | IronDrawing

    Apr 21, 2026 · IronDrawing is an open-source library originally developed by Iron Software that helps to replace System.Drawing.Common in .NET projects.

  7. .NET 8 Migration | System.Drawing.Common Error

    Sep 15, 2025 · I've migrated a small ContextMenu app I've been using since 2010 to .NET 8 which now uses a System.Drawing.Common package in lieu of previous .NET Framework's assembly reference …

  8. System.Drawing.Common 10.0.8 - API Reference

    System.Drawing.Common 10.0.8 Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush …

  9. Cross-Platform Support for System.Drawing.Common

    Mar 15, 2024 · History System.Drawing started as a Windows-Only namespace In 2018 the System.Drawing.Common package brought System.Drawing to cross-platform .NET Core projects In …

  10. Fixing .NET 6 System.Drawing.Common

    Dec 5, 2025 · The PlatformNotSupportedException in System.Drawing.Common on Linux is a deliberate change in .NET 6+ to phase out cross-platform support for a Windows-centric library. Use the …