Alfonso Espitia

Results 4 issues of Alfonso Espitia

Error when reverse engineering a model from an existing DB: Microsoft SQL Server 2014 12.0.6439.10 (X64) using EFCore 7 RC1 System.InvalidOperationException: Reverse engineer error: System.NullReferenceException: Object reference not set to...

This suggestion is about adding support for font styles, i believe right now, the font manager in SP5 is hard coded to look at "normal" weight fonts, but if a...

There seem to be some discrepancies in rendering between the PNG and SVG versions of plots. ScottPlot Version: 5.0.31 Code Sample: ```cs void Main() { ScottPlot.Plot plot = new(); var...

Issue: If you try to open the resulting SVG XML, it's invalid because it's missing a "g" tag somewhere, so it will not validate because of the unclosed tag. ScottPlot...