Unplanned
Last Updated: 08 May 2024 08:11 by ADMIN
Mohamed
Created on: 29 Mar 2023 09:53
Category: Captcha
Type: Feature Request
4
Captcha dependency on System.Drawing Namespace
As of .NET 6, the System.Drawing.Common is supported on Windows only:
https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only

Since the Telerik.Web.Captcha NuGet package depends on the System.Drawing.Imaging, we should consider migrating to an implementation that does not depend on the System.Drawing
4 comments
ADMIN
Martin
Posted on: 08 May 2024 08:11

Hello, 

At this point we cannot re-write the Captcha to use a different dependency as it will cause a breaking change for a lot of users. However, the Captcha is not completely bound to the System.Drawing package. You can pass your own images through the handler configuration.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
NoobMaster
Posted on: 01 May 2024 10:36
any updates?
NoobMaster
Posted on: 08 Feb 2024 19:15
its 2024 and still unplanned!!!!!!!! 
Ralf
Posted on: 29 Mar 2023 10:15
I think it is important to get the possibility to use the captcha in linux environments. A lot of applications will moving to cloud services or containers. And container and cloud services mostly use linux.