Julien Nigay

Results 12 issues of Julien Nigay

**Is your feature request related to a problem? Please describe.** Until now FluentValidation, async rules were silently run as synchronous, so they could be used. Since v11, it now throws...

Please add an overload for CsvEngine.CsvToDataTable that takes a Stream object instead of a filename. I also think that this is a good idea to do that on all methods...

It would be nice to add an option (in FileHelperEngine.Options ?) to the engine to ignore private / protected fields when importing or exporting. Without this option, the class file...

### Is your feature request related to a problem? I'm using swagger a lot. All day I'm working with multiple micro APIs and have several swagger tabs open. And one...

cat: style & presentation
cat: user experience

Hello, I just noticed that the [EnumComparer](https://github.com/GregFinzer/Compare-Net-Objects/blob/master/Compare-NET-Objects/TypeComparers/EnumComparer.cs) is not added to the comparers by default. So when you have enums of different types, you get the error `Object must be...

When the number of checkbox to create is a multiple of the number of columns, the extension generates a row break that is not used. In my case (new HtmlListInfo(HtmlTag.vertical_columns,...

Hello ! In my company, all the source code is on the same project "SourceHub" and each team has its own project where they manage their WorkItems how they want....

Hello, Is a support for date-fns 4+ planned ? According to them, there shouldn't be much breaking changes

For a generated .NET client, the FileResponse object has fields StatusCode, Headers and Stream. In Typescript, it has also FileName, which is extracted from the header. It would be nice...