Oleg Shevchenko

Results 19 issues of Oleg Shevchenko

### Discussed in https://github.com/olsh/resharper-structured-logging/discussions/50 Originally posted by **corey-re-leased** November 4, 2021 Hi, Within our team, we use prefixes to our Log Properties to allow for filtering in Serilog Seq. This...

Implemented a gRPC destructurer ([RpcException](https://github.com/grpc/grpc-dotnet/blob/master/src/Grpc.Core.Api/RpcException.cs)). Added some tests.

If you use both `Sentry.AspNetCore` and `Sentry.Serilog` and set DSN with the Serilog integration, Sentry doesn't work. So, to fix it, you should configure Sentry with `UseSentry()` from ASP .NET...

Documentation

It seems like there is a bug with nullable two dimensional arrays. StyleCop reports that there is a syntax error [SA0102] if I'm using methods or properties with nullable two...

In v1 of the action, it was possible to wait for deployment and fail build if the deployment failed. `progress: true` If I understood the page correctly, there is no...

Some steps are written in Python. And if you run `./tools/_unpack.ps1` the script throws an error ``` Unhandled script syntax 'Python'. ```

The profile 2 endpoint returns data if you perform a search by a symbol like this https://finnhub.io/api/v1/stock/profile2?symbol=TOT&token= But search by ISIN doesn't work https://finnhub.io/api/v1/stock/profile2?isin=US89151E1091&token= Here are a couple of examples...

Symbol Lookup doesn't work for some Russian preference shares. There are two shares: `RU0009029540` - `SBER` - ordinary shares `RU0009029557` - `SBERP` - preference shares https://finnhub.io/api/v1/search?q=RU0009029540&token= - this query works...

Can the KeyMigrate method be used against the target database with a password? The [migrate](https://redis.io/commands/migrate/) command supports `AUTH` option, but I didn't find it in the library. Here is the...

➕ enhancement
⚙️ area:API

I'm trying to run a replication with the following parameters. ``` docker run fieldengineering/riot-redis -h source_ip -p 6381 -n 14 replicate -h target_ip -p 6379 -n 14 -a password --mode...