C# 13: Allow ref and unsafe in iterators and async
C# 13 might get a new feature soon that allows ref
and unsafe
in iterators and async methods.
C# 13 might get a new feature soon that allows ref
and unsafe
in iterators and async methods.
Only one month after the big release of .NET 8, the dotnet team is already working on the next iteration: .NET 9. With that also comes new language features. The first one is about to be merged into the main development branch: Params Collections.