Alex

Results 12 issues of Alex

Scrutor API provides an easy way to actually replace service instead of decorating it. For example: ``` services.Decorate((seeder, provider) => provider.CreateInstance()); ``` where `CreateInstance` is extension around `ActivatorUtilities`: ``` public...

Feature Request

### Description Instances of `Dictionary` are destructured as objects, this is also [documented](https://github.com/serilog/serilog/wiki/Structured-Data#collections). But it's inheritors does not behave the same. I understand that class can implement multiple `IDictionary` so...

enhancement

Created fresh Azure Functions project from VS 2019 with storage in Azure. Trying to start it gives the following error: `System.ArgumentNullException: 'Value cannot be null. Parameter name: path'` at ```...

investigate

As per [documentation](https://www.bitmex.com/app/wsAPI#Multiplexing). Would be nice to have this supported. BitMex has limitations on 20 connections per hour so it can be problematic to monitor many accounts if each one...

`seqcli template export -o Seq\test -s *** -a ***` ## If alert has any recent notifications Error: ``` The command failed: Unsupported type: Seq.Api.Model.Shared.DateTimeRange. Use the JsonSerializer class to get...

bug

["Complex objects with default ToString() implementation probably need to be destructured"](https://github.com/olsh/resharper-structured-logging/blob/master/rules/ComplexObjectDestructuringProblem.md) warning is shown when object inherit overriden `ToString` from base class different from `object`: ```csharp public class A {...

## Summary In case if anything different from property or navigation access is performed in `GroupBy` method, generated query will add additional subquery. Probably to avoid repeating SQL expression used...

customer-reported

Is it possible to check that `TimeLimiter` instance is available (await will return immediately) without actually awaiting it? **Use case:** non-blocking rate limiting. A method is being called in a...

Resolves #6926 ## Changes **WIP** ## Types of changes #### What types of changes does your code introduce? - [x] New feature (a non-breaking change that adds functionality) - [x]...

- Added adapter to send Lantern.Discv5 messages using Netty connection (`IDatagramChannel`), instead of built-in one (`UdpConnection`) - Process incoming Lantern.Discv5 message using a new Netty handler (`NettyDiscoveryV5Handler`), if v4 implementation...