Jeff Ward
Jeff Ward
Thats cool, this is something that is on my list of things to do and create a PR for (or new repo) I think this will be a very cool...
> > Fixed it in the fork => https://github.com/vitalybibikov/azure-functions-extensions-swashbuckle > > As I needed Nuget asap. (AzureExtensions.Swashbuckle) > > Can merge it later here if required > > I did...
> I have pushed code for this now. I created it as a new `ArrowExpressionProperty` class and you can use it like the other properties (with the difference thast it...
@MilleBo - I merged the PR! Thanks for that
> OK, cool. What about adding default references, currently we add them based on files, should we add them based on types, if yes which types really matter. From: Mille...
> I think my main question was what types/assemblies do we want added by default? From: Jeff Ward ***@***.***> Sent: 10 November 2022 16:26 To: Testura/Testura.Code ***@***.***> Cc: Sean Farrow...
> I added it to this library https://github.com/xavierjohn/CSharpFunctionalExtensions.Errors Hello! I just wanted to share this library with you as I had a thought - it would be cool to combine...
> Merging this will change in the `Entity` class's API. `IsTransient()` 's visiblity goes from `private` to `public`. Dunno if it is something we want. Personally, I would not mind...
This seems like a strange naming convention, I don't know why `Execute` or `ExecuteNoValue` aren't available. Instead of having `Check` and `CheckIf` as (2) new methods, imo - it is...
> [#378 (comment)](https://github.com/vkhorikov/CSharpFunctionalExtensions/pull/378#issuecomment-1176496173) Gave it some thought. A new `IResult` compatible, convertible monad could make sense. Where `ResultCollection` is a category of higher order of `IResult`. It would also be...