Jeff Ward

Results 62 comments of Jeff Ward

@jamesmh > There is an internal API to do this (as mentioned in other comments)... exposing new APIs is always a bit of work + testing + risk. But this...

Thank you for checking this out, thats alot of changes, I agree with what you did with the lambda, also - it makes it look more like a 'method' rather...

@belav - They can absolutely be modified to work with empty blocks, the tools I am referring to were a bit more rigid initially, however now they use Roslyn compiler...

Just so you have some context too, some of my general use-cases of csharpier is this: * Code generators, and I don't want to work with Resharper, perhaps I generate...

> can be used in MSBuild build, not having to be run as a separate CI config task etc.? Not natively. I mean resharper cli is defintely not apart of...

Here are the models (from the sample example) ![image](https://user-images.githubusercontent.com/12589359/75084615-35844800-54ef-11ea-8278-e93a440cbb73.png)

You are correct, I am using: dotnet core 3.1 Azure Functions V3 ----- @mligtenberg Ah I thought this was a new issue. Originally my code was not working with dotnet...

This can be fixed and is explained here: https://stackoverflow.com/questions/67577658/how-can-i-use-ratelimiters-httpclient-delegatinghandler-with-dependency-injecti This line needs to be removed: https://github.com/David-Desmaisons/ComposableAsync/blob/e47a20178ff5a6e8a5bab5034dc6413720484bc2/ComposableAsync.Core/DelegatingHandler/DispatcherDelegatingHandler.cs#L21 ASP.NET Core should set that, not an external library. ASP.Net core handles that code,...

@viceroypenguin - big thanks! i have not heard of this library! It looks very promising! btw - I love your username. The other libraries I have heard of are: *...

@martinothamar - Should we keep this issue open as a future 'wishlist' item for [WrapperValueObject](https://github.com/martinothamar/WrapperValueObject)?