Andrew Paramonov

Results 5 issues of Andrew Paramonov

Fix #86: I found that the reason for the exception was the race condition in [PropertyFetcher](https://github.com/opentracing-contrib/csharp-netcore/blob/498f87c06c24cf47ad8201e44bd90835633cd38a/src/OpenTracing.Contrib.NetCore/Internal/PropertyFetcher.cs#L26) when we store fetcher in the [static field](https://github.com/opentracing-contrib/csharp-netcore/blob/e5b0c8a6fc1321ff87f558b69c5ad1a95912acc3/src/OpenTracing.Contrib.NetCore/MicrosoftSqlClient/MicrosoftSqlClientDiagnostics.cs#L17). What do you think of this...

We have `netcoreapp3.1` app and Azure SQL DB and after we have added this package (`v0.7.1`) for tracing via `.AddOpenTracing()` method, we have this warning in logs: ``` SourceContext: OpenTracing.Contrib.NetCore.MicrosoftSqlClient.MicrosoftSqlClientDiagnostics...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug It's impossible to deserialize a string value of protobuf `enum`...

area-grpc

Hello! How to implement background processing inside grain? For example, I have a grain that has an inner queue, and I enqueue items into it. ```C# public class QueueGrain :...

Needs: triage :mag:

Предлагаю изменить логику сравнения версий xray. В базовой реализации 1.8.4 не меньше 1.8.23 из-за строкового сравнения, что не является корректным результатом сравнения версий. Выяснил это, разбираясь с [попыткой обновить xray...