Cyrille NDOUMBE
Cyrille NDOUMBE
@JudahGabriel Maybe you should `var result = await someAsyncOption.ConfigureAwait(true)` in your case ?
I did something similar with [`DataFilters`](https://github.com/candoumbe/DataFilters) and I ended up emitting the suitable `Expression` inside a `Enumerable.Any` when the targeted property is a collection (https://github.com/candoumbe/DataFilters/blob/2c826c80ed6c0a165a16181af8189eae6aadff13/src/Datafilters.Expressions/FilterExtensions.cs#L297)
@valadas I created [this PR](https://github.com/nuke-build/nuke/pull/1259) a while back and since then, I have no clue if it could/would be merged or not. I hope you'll have better luck
The security advantage mentioned here could also be viewed as a debug/development drawback because the server most of the time logs urls to have some insights on what was requested...
> I cannot find any reference to newtonsoft. @robinrodricks Here's the reference : https://github.com/advisories/GHSA-5crp-9r3c-p9vr
> We are not referencing newtonsoft, we are referencing netbox, so I am trying to remove netbox. My bad ... I tought I saw `Newtonsoft.Json` version `12.x` somewhere in this...
@CollinAlpert I came across this library and I must say it's a must !!! > Hi! I'm glad you enjoy the library. And thanks for chiming in. > > I...
@matkoch Are there any plan on reviewing/merging this PR ?
Hi @dj-nitehawk I hope things will work out for you regarding your personal and professional life and hopefully you'll find the balance that you're looking for. I'm willing to offer...
Hello @dupdob Here's [logs.txt](https://github.com/stryker-mutator/stryker-net/files/12372145/logs.txt) Mutation tests taking time is something I do expect in my case. But it seems nothing going on (based on the logs I submitted) for several...