8b154e7378ae646cf26c967d08ddb37b09eb2988
- Replace System.Drawing.Bitmap with DevExpress.Drawing.DXBitmap - Fix CA1416 warnings (Windows-specific API usage) - Fix CS0618 warning (TryInverted property moved to Options.TryInverted) - Add [SupportedOSPlatform(windows)] attribute to DecodeQrCodeFromImage() - Add Swiss QR Bill backward compatibility documentation - Suppress CS0618 for AddressLine1/AddressLine2 (deprecated since Nov 2025) - Use modern C# 12 collection expression syntax Technical changes: - CreateBitmap() to CreateDXBitmap() (returns DXBitmap) - Convert DXBitmap to PNG stream to System.Drawing.Bitmap for ZXing - Add using DevExpress.Drawing and System.Runtime.Versioning Result: 0 CA1416 warnings, 0 CS0618 warnings in DevExpressSwissQrCodeProcessor
Description
No description provided
Languages
C#
100%