System.Drawing.Common 9.0.0-preview.2.24128.3

Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.

Showing the top 20 packages that depend on System.Drawing.Common.

Packages Downloads
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag When using NuGet 3.x this package requires at least version 3.4.
20
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
20
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
17
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
16
Stimulsoft.Svg.NetCore
SVG rendering library for .NET Core framework. This package provides processing and conversion of SVG images for use on report pages and dashboards. It is used in all our products.
14
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag When using NuGet 3.x this package requires at least version 3.4.
13
Stimulsoft.Reports.Engine.NetCore
The native .NET Core report engine is a part of the reporting tool for .NET Standard, .NET Core and .NET, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.
12
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
2
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
2
Stimulsoft.Svg.NetCore
SVG rendering library for .NET Core framework. This package provides processing and conversion of SVG images for use on report pages and dashboards. It is used in all our products.
2
QRCoder
QRCoder is a simple library, written in C#.NET, which enables you to create QR Codes. It's licensed under the MIT-license.
2
Masuit.Tools.Core
包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。 官网教程:https://ldqk.org/55 github:https://github.com/ldqk/Masuit.Tools
2
Magicodes.IE.EPPlus
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032 **2021.10.23** - 导出日期格式化支持'DateTimeOffset'类型,具体见PR[#349](https://github.com/dotnetcore/Magicodes.IE/pull/349),感谢[YaChengMu](https://github.com/YaChengMu) - 修改Magicodes.IE.EPPlus的包依赖PR[#351](https://github.com/dotnetcore/Magicodes.IE/pull/351) **2021.10.13** - 支持自定义列字体颜色,具体见PR[#342](https://github.com/dotnetcore/Magicodes.IE/pull/342),感谢[xiangxiren](https://github.com/xiangxiren) - 修复日期格式化的问题,具体见PR[#344](https://github.com/dotnetcore/Magicodes.IE/pull/344),感谢[ccccccmd](https://github.com/ccccccmd) **2021.10.06** - 修复 [#337](https://github.com/dotnetcore/Magicodes.IE/issues/377),bool?类型导出的映射问题 **2021.10.05** - 合并Magicodes.EPPlus到Magicodes.IE,修复所有单元测试并修复部分Bug
2
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
2
Masuit.Tools.Core
包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。 官网教程:https://masuit.com/55 github:https://github.com/ldqk/Masuit.Tools
2
Masuit.Tools.Core
包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。 示例代码: 1.检验字符串是否是Email bool isEmail="1170397736@qq.com".MatchEmail(); 2.获取线程内唯一对象 CallContext<T>.GetData("db"); 3.获取当前请求上下文 var context=HttpContext2.Current; 4.获取IP详细地理信息 var address="114.114.114.114".GetPhysicsAddress(); 5.大文件操作 FileStream fs = new FileStream(@"D:\boot.vmdk", FileMode.OpenOrCreate, FileAccess.ReadWrite); { //fs.CopyToFile(@"D:\1.bak");//同步复制大文件 fs.CopyToFileAsync(@"D:\1.bak");//异步复制大文件 string md5 = fs.GetFileMD5Async().Result;//异步获取文件的MD5 } 6.html的防XSS处理: string html = @"<link href="/Content/font-awesome/css" rel="stylesheet" /> <!--[if IE 7]> <link href='/Content/font-awesome-ie7.min.css' rel='stylesheet'/> <![endif]--> <script src="/Scripts/modernizr"></script> <div id="searchBox" role="search"> <form action="/packages" method="get"> <span class="user-actions"><a href="/users/account/LogOff">退出</a></span> <input name="q" id="searchBoxInput" /> <input id="searchBoxSubmit" type="submit" value="Submit" /> </form> </div>"; string s = html.HtmlSantinizerStandard();//清理后:<div><span><a href="/users/account/LogOff">退出</a></span></div>
2
Masuit.Tools.Core
包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。 官网教程:https://masuit.com/55 github:https://github.com/ldqk/Masuit.Tools
2
Masuit.Tools.Core
包含一些常用的操作类,大都是静态类,加密解密,反射操作,Excel简单导出,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。 官网教程:https://ldqk.org/55 github:https://github.com/ldqk/Masuit.Tools
2

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

.NET 9.0

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
11.0.0-preview.2.26159.112 0 03/10/2026
11.0.0-preview.1.26104.118 0 02/10/2026
10.0.5 0 03/12/2026
10.0.4 1 03/26/2026
10.0.3 0 02/10/2026
10.0.2 0 01/13/2026
10.0.1 1 03/26/2026
10.0.0 1 03/26/2026
10.0.0-rc.2.25502.107 0 10/14/2025
10.0.0-rc.1.25451.107 0 09/09/2025
10.0.0-preview.7.25380.108 1 03/26/2026
10.0.0-preview.6.25358.103 0 07/15/2025
10.0.0-preview.5.25277.114 0 06/06/2025
10.0.0-preview.4.25258.110 0 05/12/2025
10.0.0-preview.3.25173.2 0 04/10/2025
10.0.0-preview.2.25163.9 0 03/18/2025
10.0.0-preview.1.25080.3 0 02/25/2025
9.0.14 1 03/26/2026
9.0.13 0 02/10/2026
9.0.12 1 03/26/2026
9.0.11 1 03/26/2026
9.0.10 1 03/26/2026
9.0.9 1 03/26/2026
9.0.8 0 08/05/2025
9.0.7 0 07/08/2025
9.0.6 1 03/26/2026
9.0.5 1 03/26/2026
9.0.4 1 03/26/2026
9.0.3 1 03/26/2026
9.0.2 1 03/26/2026
9.0.1 1 03/26/2026
9.0.0 0 11/12/2024
9.0.0-rc.2.24474.1 0 10/08/2024
9.0.0-rc.1.24451.1 0 09/10/2024
9.0.0-preview.7.24405.4 1 03/26/2026
9.0.0-preview.6.24327.6 0 07/09/2024
9.0.0-preview.5.24306.5 0 06/11/2024
9.0.0-preview.4.24267.1 1 03/26/2026
9.0.0-preview.3.24172.9 0 04/11/2024
9.0.0-preview.2.24128.3 0 03/12/2024
9.0.0-preview.1.24081.2 0 02/13/2024
8.0.25 1 03/26/2026
8.0.24 1 03/26/2026
8.0.23 0 01/13/2026
8.0.22 1 03/26/2026
8.0.21 0 10/14/2025
8.0.20 1 03/26/2026
8.0.19 0 08/05/2025
8.0.18 0 07/08/2025
8.0.17 1 03/26/2026
8.0.16 0 05/13/2025
8.0.15 0 04/08/2025
8.0.14 1 03/26/2026
8.0.13 0 02/11/2025
8.0.12 1 03/26/2026
8.0.11 1 03/26/2026
8.0.10 1 03/26/2026
8.0.8 1 03/26/2026
8.0.7 0 07/09/2024
8.0.6 1 03/26/2026
8.0.5 1 03/26/2026
8.0.4 0 04/09/2024
8.0.3 1 03/26/2026
8.0.2 0 02/13/2024
8.0.1 1 03/26/2026
8.0.0 0 11/14/2023
8.0.0-rc.2.23479.14 0 10/10/2023
8.0.0-rc.1.23419.5 0 09/12/2023
8.0.0-preview.7.23375.5 1 03/26/2026
8.0.0-preview.6.23329.4 0 08/08/2023
8.0.0-preview.5.23280.5 0 06/23/2023
8.0.0-preview.4.23259.4 1 03/26/2026
8.0.0-preview.2.23128.3 0 03/14/2023
8.0.0-preview.1.23110.8 0 02/21/2023
7.0.0 20 09/15/2023
7.0.0-rc.2.22472.3 0 10/11/2022
7.0.0-rc.1.22426.10 0 09/14/2022
7.0.0-preview.7.22375.6 0 08/09/2022
7.0.0-preview.6.22324.4 0 07/12/2022
7.0.0-preview.5.22301.12 0 06/14/2022
7.0.0-preview.4.22229.4 0 05/10/2022
7.0.0-preview.3.22175.4 0 04/13/2022
7.0.0-preview.2.22152.2 0 03/14/2022
7.0.0-preview.1.22076.8 0 02/17/2022
6.0.0 18 09/15/2023
6.0.0-rc.2.21480.5 0 10/12/2021
6.0.0-rc.1.21451.13 0 09/14/2021
6.0.0-preview.7.21377.19 0 08/10/2021
6.0.0-preview.6.21352.12 0 07/14/2021
6.0.0-preview.5.21301.5 0 06/15/2021
6.0.0-preview.4.21253.7 0 05/24/2021
6.0.0-preview.3.21201.4 0 04/08/2021
6.0.0-preview.2.21154.6 1 03/26/2026
6.0.0-preview.1.21102.12 0 02/12/2021
5.0.3 2 06/28/2024
5.0.2 3 06/28/2024
5.0.1 1 03/26/2026
5.0.0 23 09/15/2023
5.0.0-rc.2.20475.5 0 10/13/2020
5.0.0-rc.1.20451.14 0 09/14/2020
5.0.0-preview.8.20407.11 0 08/25/2020
5.0.0-preview.7.20364.11 0 07/21/2020
5.0.0-preview.6.20305.6 0 06/25/2020
5.0.0-preview.5.20278.1 0 06/10/2020
5.0.0-preview.4.20251.6 1 03/26/2026
5.0.0-preview.3.20214.6 0 04/23/2020
5.0.0-preview.2.20160.6 0 04/02/2020
5.0.0-preview.1.20120.5 1 03/26/2026
4.7.3 12 09/15/2023
4.7.2 1 03/26/2026
4.7.1 1 03/26/2026
4.7.0 13 09/18/2023
4.7.0-preview3.19551.4 0 11/13/2019
4.7.0-preview2.19523.17 0 11/01/2019
4.7.0-preview1.19504.10 0 10/15/2019
4.6.2 1 03/26/2026
4.6.1 1 03/26/2026
4.6.0 2 07/24/2024
4.6.0-rc1.19456.4 0 09/16/2019
4.6.0-preview9.19421.4 0 09/04/2019
4.6.0-preview9.19416.11 0 09/04/2019
4.6.0-preview8.19405.3 0 08/13/2019
4.6.0-preview7.19362.9 0 07/23/2019
4.6.0-preview6.19303.8 0 06/12/2019
4.6.0-preview6.19264.9 1 03/26/2026
4.6.0-preview5.19224.8 0 05/06/2019
4.6.0-preview4.19212.13 0 04/18/2019
4.6.0-preview3.19128.7 0 03/06/2019
4.6.0-preview.19073.11 0 01/29/2019
4.6.0-preview.18571.3 0 12/03/2018
4.5.2 1 03/26/2026
4.5.1 1 03/26/2026
4.5.0 1 03/26/2026
4.5.0-rc1 0 05/06/2018
4.5.0-preview2-26406-04 0 04/10/2018
4.5.0-preview1-26216-02 0 02/26/2018
4.5.0-preview1-25914-04 1 06/28/2024
4.5.0-preview1-25718-03 0 09/19/2017