App-vNext / Polly-Samples

Provides sample implementations of the Polly library. The intent of this project is to help newcomers kick-start their use of Polly within their own projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discussion about getting rid of the sync demos

peter-csala opened this issue · comments

I'm proposing to get rid of the sync demos. Here is my rationale:

  • Prior V8 you have to define separate policies for sync and async methods
  • Since V8 you have a unified strategy which can be executed both in sync and in async way
  • After the V8 migration the sync demos look like code-duplicates rather than great additions

Is there any objection to delete the sync demos?

I vote 🔥🗑️