Julien Nigay

Results 8 comments of Julien Nigay

[This PR](https://github.com/GetoXs/MediatR.Extensions.FluentValidation.AspNetCore/pull/15) fixes the issue on our projects. I don't suggest that this is merged as-is as it might add an async overhead for projects that don't use async validation...

I'm pretty sure Aching Head - Self-Destruct is a unlockable song. So you have it, just not unlocked yet :) (you have to complete "missions" to unlock them). It also...

> If you open a gpx in GP7 and export it (you can't save as gpx) it will not open in the android app. You should [report that to Arobas](https://support.guitar-pro.com/hc/en-us/requests/new?ticket_form_id=212169),...

We have the same false positive with .NET 6 using Azure pipeline tasks (`SonarCloudAnalyze@1` / `DotNetCoreCLI@2` / `SonarCloudPrepare@1`) and SonarCloud. In our case, this is a custom exception. Project's `ImplicitUsings`...

We have the same false-positive issue, but with Nunit. ``` var item = myList.FirstOrDefault(); Assert.IsNotNull(item); Assert.IsTrue(item.Sample.Contains(p)); //'item' is null on at least one execution path ``` The last row raises...

I'm curious, why you didn't support properties right out of the box ? Why fields only ? Are they easier to manage ? Even for the auto properties, I see...

I came here for the same problem, I followed your suggestion @Blafasel3, but when inside the `toSatisfyOnFlush()`, the `expect().toBeObservable()` always pass, whatever the coldObservable I'm testing... For instance, this fails...

Same issue for me : we use the example field to explain the expected format or examples of values, but it makes no sense to have them prefilled when the...