C. Augusto Proiete

Results 193 comments of C. Augusto Proiete

Hi @jointy44 You can already change the name of the function using the `ExcelFunctionAttribute` on each function: ```csharp public static class MyExcelDnaFunctions { [ExcelFunction(Name = "MyCompany.MyFunction")] public static double SumValues(double...

> Is this a false positive? Yes, it is. Please contact Bitdefender and report this so they can fix it. In the short-term, you can always build Excel-DNA from source...

Thanks @LazerFX for the suggestion and detailed scenario explanation. Conceptually I think your idea makes sense - i.e. Provide a way to delay providing the `RichTextBox` control to the sink...

Cool. Agreed that the caching part needs some more thought. Let's not get blocked by that then, we can start with a first version that has no buffering and discards...

No worries at all. I think others might be interested in this feature as well, so let's leave the issue open as `up-for-grabs` in case anyone wants to take a...

Thanks @KayakFisher205. Interesting hack, thanks for sharing! I will say though it's not exactly something I'd recommend as seems too early in the process for creating UI controls, but if...

@frankhommers I'm not sure a `Func` would work in this scenario because at the time you set up the Serilog pipeline, you might not have access to the RichTextBox control...

I'd certainly welcome a pull-request that adds support for Avalonia, if you or anyone in the community wants to give it a shot. Avalonia is not something I use in...

@TonyValenti Very interesting ideas. Tracking via https://github.com/serilog-contrib/serilog-sinks-richtextbox/issues/15 and https://github.com/serilog-contrib/serilog-sinks-richtextbox/issues/16 to discuss design. They could potentially be done independently of [this issue](https://github.com/serilog-contrib/serilog-sinks-richtextbox/issues/11) though definitely related

@TonyValenti I'll see if I can block some time over the next few weeks, but happy to take a PR if you'd like to give it a go