Dave Black

Results 51 comments of Dave Black

@barnhill if I were to try to put a PR together for the migration off of libgdiplus, what would that look like in terms of turnaround and approval?

@barnhill - do you have a preference on SkiaSharp or ImageSharp?

I did some very minor work moving our .net 6 web api off of `System.Drawing.Common` and libgdiplus. I migrated to ImageSharp purely out of convenience as it was pulled in...

BTW, I noticed a memory leak in this package where you're using `XmlSerializer` (dynamically generated assemblies) as well as an opportunity for perf optimization where you're using `Regex`. I'll open...

@drusellers I haven't had time to start on the migration. Was also waiting to hear if @barnhill had a preference. Feel free to start if you'd like. I'm not sure...

Probably the main question that should be answered is what version of ImageSharp to target. The latest only supports .NET 6. It looks like earlier versions support lower-level versions. I'm...

@drusellers if this is a blocking issue for you and you're unable to start the migration for Barcodelib, you can implement the workaround noted here: [System.Drawing.Common only supported on Windows...

@kpenergy it looks as if this was recently updated and uses AWSSDK.SecretsManager 3.7.1.0 (as of today): https://github.com/aws/aws-secretsmanager-caching-net/blob/808a54495b412bc78d4e969837873eb9c40d009a/src/Amazon.SecretsManager.Extensions.Caching/Amazon.SecretsManager.Extensions.Caching.csproj#L25

Thank you for your prompt reply! So there were 5 lines I had to change in the v3.ttinclude file. I was only able to use `Settings.Namespace` in 1 of the...

@mjsabby - any idea when a new update will be released including this fix from @cezarypiatek ?