PdfSharpCore icon indicating copy to clipboard operation
PdfSharpCore copied to clipboard

pdfsharp BrowsableAttribute override System.BrowsableAttribute for all the project

Open brunofrance opened this issue 5 years ago • 1 comments

Hi,

I have a problem using BrowsableAttribute on my project (for something else than pdf), because it found an overrided BrowsableAttribute in pdfsharp and automatically associate with it ! Can you use the existing BrowsableAttribute or use it on another namespace that System ?

brunofrance avatar Apr 10 '20 10:04 brunofrance

Try [System.Browsable] in your code, this is the same as the issue I just opened in #102. The reason is some incomplete #if in silverlight compatibility code.

Marv51 avatar Jul 09 '20 05:07 Marv51