1de781748b4bb82bfebce8764c82847a22f169b0
- All 3 methods (ValidateAsync, ValidatePdfAAsync, CheckAttachmentsAsync) now accept Stream - Add ArgumentNullException.ThrowIfNull() checks for null streams - Implement fast-path optimization: reuse MemoryStream buffer when possible - Implement slow-path fallback: copy stream to byte[] for DevExpress API compatibility - Fix namespace collision: use fully qualified Application.Common.DTOs.PdfMetadata
Description
No description provided
Languages
C#
100%