Davi Morão

Results 7 comments of Davi Morão

> PDF exporter depends heavily on font measurement functions provided by Windows Uniscribe DLLs and won't work on Linux or Mac OS. As of now, there is no workaround to...

> What's the actual (inner) exception? Can you provide a stack trace? Inner exception System.ArgumentNullException handled at Microsoft.Reporting.NETCore.LocalReport.InternalRender: at System.ThrowHelper.ThrowArgumentNullException (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e) at System.Collections.Generic.Dictionary`2.TryInsert (System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e)...

> There is a problem with rendering a chart, a map or a gauge in your report; it doesn't produce PNG image to embed in HTML. I can't reproduce the...

> Thanks, I have reproduced the error in my environment. The root cause is missing `libgdiplus` package in base image, as in the first comment in this thread. To confirm...

Hi, I encountered the same problem in my tests. When sending messages of different types with `ICommandPublisher` or `IEventPublisher `in the same process, the endpoint of the first message will...

Here's the sample project, let me know if I need more info, thanks. https://github.com/davimorao/poc-silverback-outbox

> Here's the sample project, let me know if I need more info, thanks. > > https://github.com/davimorao/poc-silverback-outbox Hello everyone, I did a test regarding the scenario of this example and...