Piotr Kula
Piotr Kula
If somebody is interested in just generating Razor (With strong typed models) to HTML then look at this gist It applies to NetCore 2+ and works on Linux backed dockers...
The error is saying it cant find `/Users/awest/github/open-telemetry/opentelemetry-dotnet/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/bin/Debug/net6.0/ref/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll` To me it looks like its missing something like `c:\` or if on Mac or Linux then like `/home/`?? It could be...
How are you logging complex types today? ILogger? Some other logging library? We only use ILogger and if we need to export logs to anything we write our own LoggerProviders...
Just some pseudo code really to see what you think. Getting ideas together and learning the code base a bit. If it were to make production code what would it...
We came up with a working solution yesterday. Our CancellationToken expert made a few tweaks to merge token and some logic. We then ran into an issue on how to...
Thanks @patriksvensson So I could make PR if you wanted to and work out exactly how it should fir in with your architecture. - Set CancelAfter on cancellation token on...
Is this about the popup window that lest you authenticate against DevOps (in my example) the same way Visual Studio does? Do you think this will ever make it in.....
So what I did for a workaround for now is use some clever pseudo CSS ``` .nanobar .bar { visibility: hidden; } .nanobar .bar:first-child { visibility: visible; } ``` Which...
I can seem the same stuff while I am running on my local machine with Visual Studio. Once it is on the server it does not show this any more?...
To show it on the app somewhere would be nice. OK I know how to do everything except check the data from the 3-axis in SSH Do you know the...