Santiago Fernandez Madero

Results 7 issues of Santiago Fernandez Madero

Hello, I work on the .NET Libraries team, and I saw that this library has a lot of usage in the community and depends on System.Drawing.Common for xplat scenarios. We...

drawing
help-wanted

Hello, I work on the .NET Libraries team, and I saw that this library has a lot of usage in the community and depends on System.Drawing.Common for xplat scenarios. We...

enhancement

Design doc for: https://github.com/dotnet/core/issues/5701 Contributes to: https://github.com/dotnet/core/issues/5700 Relates to: https://github.com/dotnet/roslyn-analyzers/issues/3901 cc: @terrajobst @danmoseley @ericstj @Anipik @sharwell @ViktorHofer @stephentoub Feel free to loop in other people that might be interested on...

Copied over from: https://github.com/dotnet/runtime/issues/31276 .Net Core version affected: 2.2 I can reproduce the problem in my development environment; please see the following repository to have a working example: https://github.com/LeonSebastianCoimbra/ImageFromStreamError The...

I need to draw multiline text on the bitmap. if graphics has Pixel unit it works fine. but i need to prepare bitmap for the exporting/printing, so i need to...

charsFitted and linesFitted output paramters values are 0 in case of text fitted in provided area and graphics's PageUnit is Point. The issue is reproducible under linux, but not reproducible...

### Background and motivation Currently with the JSON Configuration Provider you can do: ```json { "tvshow": { "metadata": [ { "name": "PrisonBreak" } ] } } ``` and then bind...

api-needs-work
area-Extensions-Configuration