You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (executeBatchTask != null)
{
await (executeBatchTask).ConfigureAwait(false);
await (PutCacheableResultsAsync(cancellationToken)).ConfigureAwait(false);
}
The null check has taken then next call, which it should not do.
This has been seen by running the async generator on the 5.2.x branch. It does not seem to happen with 0.14.0 or 0.1.5.0 or 0.16.2, but I have not used the exact same code to check that, and I have not seen an issue matching the trouble I report here.
Oddly, the trouble also occurs with 0.8.2.9, although the PR having introduced it was using that version.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Following code:
Is generated with 0.8.2.11 as:
The null check has taken then next call, which it should not do.
This has been seen by running the async generator on the 5.2.x branch. It does not seem to happen with 0.14.0 or 0.1.5.0 or 0.16.2, but I have not used the exact same code to check that, and I have not seen an issue matching the trouble I report here.
Oddly, the trouble also occurs with 0.8.2.9, although the PR having introduced it was using that version.
The text was updated successfully, but these errors were encountered: