Unplanned
Last Updated: 08 Feb 2024 19:15 by NoobMaster
Mohamed
Created on: 29 Mar 2023 09:53
Category: Captcha
Type: Feature Request
3
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
2 comments
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.