CS8344 error even with C# 13 (ref in iterators/async) #74793
Labels
4 - In Review
A fix for the issue is submitted for review.
Area-Compilers
Feature - Ref/Unsafe in Iterators/Async
Milestone
Version Used:
VS 17.12.0 Preview 1.0
C# Tools 4.12.0-1.24379.11+cf82d399c36008e7936d545cde24141f8d3790fa
Steps to Reproduce:
Expected Behavior:
No error with the ref/unsafe in iterators/async feature.
Actual Behavior:
CS8344 error on the foreach.
I am not sure if this is a bug as it is not on the proposal document, but I would consider this to be a specification omission.
The text was updated successfully, but these errors were encountered: