Andrew Scott
Andrew Scott
@arieh The second error was indeed the root cause
Potentially fixed in 1d4ba370, but without any error messages its hard to say.
There does exist something of a workaround I've found - by explicitly instantiating the nullable constant with its corresponding nullable type constructor: `.Where("NullableDoubleId = double?(42.2)")` For me, this resulted in...
unstale
@cijothomas I'm looking for all the extra async noise to not be included in the call stack. Example of a typical app Insights call stack:  `exception.StackTrace` from an exception...
@mmmilan @pamapa Its not visible because `XForm.Finish()` is not implemented in PdfSharpCore. https://github.com/ststeiger/PdfSharpCore/blob/8b9076c465123bc195c0d844dcec81eafae4fa3f/PdfSharpCore/Drawing/XForm.cs#L178 versus https://github.com/empira/PDFsharp/blob/3205bd933b464d150c0f42e8bcdff3314b6c6164/src/PdfSharp/Drawing/XForm.cs#L231 It also doesn't work in `SignatureTestConsole` by default, because that project's first target framework is...
If anyone wants a naive way to just strip all embedded fonts, here's an implementation that uses PdfSharp to do it. I make no promises that this won't make your...
Thanks for tracking that down. I added a workaround in TellMeWhen and reported to the unofficial addon API bug tracker.
Actually the problem is way worse than just custom textures, so a larger fix may be needed here... 
Fix 2 now with 100% less avenging wrath 