Description
Builders affected:
ResultBuilder
EitherBuilder
EnumerableBuilder is also affected, but I lack experience with it necessary for me to change it with confidence. I assume that if this becomes a problem for someone using it they will fix it.
Repro steps
Try to use for, use!, try in mentioned builders.
Expected behavior
It compiles and works "as expected".
Actual behavior
It doesn't compile.
Known workarounds
N/A
Related information
- Operating system
- Branch
- .NET Runtime, CoreCLR or Mono Version
- Performance information, links to performance testing scripts
Description
Builders affected:
ResultBuilderEitherBuilderEnumerableBuilderis also affected, but I lack experience with it necessary for me to change it with confidence. I assume that if this becomes a problem for someone using it they will fix it.Repro steps
Try to use
for,use!,tryin mentioned builders.Expected behavior
It compiles and works "as expected".
Actual behavior
It doesn't compile.
Known workarounds
N/A
Related information