Wiebe Tijsma
Wiebe Tijsma
I'm running into the same issue as @OsirisTerje, I'd really like a stable release number to be able to use this project in other (non-beta) packages... @gsscoder any chance?
@igloo15 @OsirisTerje Funny! I tried to make an unofficial released package called CommandLineParser.Unofficial, but when I tried to push it to nuget I found out someone already had exactly the...
In my experience, I only want to have retries in very specific scenario's (so for specific exceptions like time outs, deadlocks) or transition states (still uploading, processing file, etc), in...
@pardahlman I've looked at your library before, the syntax looks nice! :+1: I know @mikehadlow wanted to ENQ a simple opinionated pattern library, but I kind of like the idea...
Great! Yes I think a more generic middleware component would be nice, something that allows you to make a stack of transformations and handlers that have access to the more...
Looks good to me, not sure why Test (3.1.x) isn't reporting its status
I don't know what this test 3.1x status report is, @Pliner @micdenny?
@Certegy can you redirect this PR to the develop branch please?
I would prefer to make this an additional contrib package instead of adding it to the core. I also don't think supporting built-in types as RPC return values. Maybe it's...
I think this feature makes sense as default behavior, a bit like MassTransit. For retries I would probably see if it is possible to integrate Polly.