I am doing a POC for excel watermark functionality using Spire.XLS .
And I got a sample code from Forum. I am verifying this sample code in .net 6.0 framework
In that code, I am getting the below warning message in a few system.drawing properties like font, bitmap, etc...
"this call site is reachable on all platforms. 'font' is only supported on 'windows'"
Once we finalized the POC, I have to implement the logic in the microservices .it will run on a Linux container.
So, Will this component Work for me? because its shows, it will support windows only