Alex Zaytsev
Alex Zaytsev
The best way to introduce it would be to submit a pull request. See [CONTRIBUTING](https://github.com/Humanizr/Humanizer/blob/main/.github/CONTRIBUTING.md).
Duplicate of #1017
Same as #818. Please use available alternative.
I would suggest to write own extension method as it is much easier. `public static string Humanize(this bool val) => val ? "Yes" : "No";` Not sure why would someone...
Thanks for the contribution. The dotnet format tool now included in the sdk and arguments had been changed. Also, the project currently does not conform to the format.
Thanks for the contribution. > This PR requires https://github.com/nhibernate/fluent-nhibernate/pull/668 to be merged No, it is not needed. The project uses [Polyfill](https://github.com/SimonCropp/Polyfill?tab=readme-ov-file#nullable-attributes) that provides all required attributes.
> it think 4-7 are the same parameters and then it discards them yes, they are same and this is how it meant to be and how it should work....
Hi @tskong I could not reproduce your original issue. This is the SQL I'm getting from fairly similar query: linq: ```csharp List x = [7, 14, 21, 28]; var result...
Any interceptors or custom code? I've added test here: https://github.com/hazzik/nhibernate-core/commit/44f8c61d9690008da0738eba1a7bf0998a569260 and they pass on all of the platforms we test with.
@tskong that's too old. Could you please check on more recent version of NH?