Furer Alexander
Furer Alexander
Currently, the only option to pass deployment properties for **task** is to use arguments while **launching** the taks. It does make sence to allow to specify task deployment properties during...
If more than 1 `AutoGenerateBuilder` class is defined, no classes are generated ````c# [AutoGenerateBuilder(typeof(A))] public partial class ABuilder { } [AutoGenerateBuilder(typeof(B))] public partial class BBuilder { } ```` `A` and...
### SpecFlow Version 4.0.31-beta ### Which test runner are you using? xUnit ### Test Runner Version Number 2.5.0 ### .NET Implementation .NET 6.0 ### Project Format of the SpecFlow project...
Hi I've the problem with module dependencies that are also transformed with babel ; The below exception is thrown while trying to run babel transformation on react-with-addons module : ```...
Feels like `CachedPropertyEnricher` should be moved to `Serilog.Core.Enrichers` near `PropertyEnricher`
First of all - thanks for such an interesting library. Question : imagine distributed system in which trees are born dynamically on several nodes. Tree branches might overlap (branch of...
First of all, **BIG** thanks for the great library, having java background and getting used to [Lombok](https://projectlombok.org/), this functionality was really missing. Should be part of `C#` compiler ;-) Suggestion...
For plural properties, it would be great to have `Adders` in addition to `Withers` : Builder for `Person`: ````c# class Person{ public IEnumrable Addresses {get;set;} } ```` will generate :...
#3923 is still reproducible with `com.playtika.testcontainers:embedded-keycloak:2.0.8` even after forcibly upgrade `org.testcontainers:testcontainers` transitive dependency to `1.15.3`, getting ``` Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports:...
## Problem Cache entry factory method might return `null` value, it's easier to just have shortcut like this ````c# MaybeValue v = _cache.TryGetWithTrySet(key, ()=> return MaybeValue of Something) ```` rather...