ZedZipDev
ZedZipDev
Hi, thank you for the great article! One question. I have multiple c# applications: NET Core, legacy WinForms apps. Is it possible to use OpenTelemetry in WinForms apps? How to?
Thank you @chrissainty , it will be good feature
After 4 years: what about docker-compose file v3 to run Weaver scope?
Ok, I have tried: ``` PS D:\_Docker\grpcui> docker run -it --rm -p 0.0.0.0:8180:8080 fullstorydev/grpcui:latest host.docker.internal:54321 Failed to dial target host "host.docker.internal:54321": x509: certificate is valid for localhost, not host.docker.internal ```...
Yes!
Probably as in SSMS: split the main window and put output to the low panel
My short report: I cannot run the WinForms app in Ubuntu 20.4 because of still no NET support of WinForms for Linux. And it seems it will not be in...
Yes, I understand. The RTF format is a "wild" ;-). Btw, I have used some code in my SQLCLR function to parse rtf ; rtf in -> pure text out....
Probably it is what I need but: I have created a small test app and tried to parse rtf files from your \testdata folder. ``` static void TestParseRTFFromSample1() { string...
Ok, finally, it can be fixed in caller code or in RTFPipe NuGet. And it works. But my idea is: to have something works like iFilter: to extract pure text....