Marcin Wachulski
Marcin Wachulski
> still mean that we depend on ether provider's side effect of clearing the cache when network is changed Ah, that's correct! I just realized network change does NOT guarantee...
It seems clearing the internal cache is not feasible as it destroys ongoing operations. See: https://github.com/ethers-io/ethers.js/pull/1382 They recommend spawning a new instance of the Provider which I was afraid of...
@ashmind What about: #### Option C Incorporate `ConfigureAwaitChecker.Analyzer` (counterpart) into native Roslyn analysers set with 2 diagnostics (and fixers): - Report when `.ConfigureAwait(...)` not explicitly set * opt-out * warning...