Source-build tests uncovered that the System.Linq.AsyncEnumerable ref-pack is missing from the Microsoft SDK:
--- a/msftSdkFiles.txt
+++ b/sbSdkFiles.txt
@@ ------------ @@
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipelines.xml
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipes.AccessControl.xml
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipes.xml
+./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Linq.AsyncEnumerable.xml
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Expressions.xml
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Parallel.xml
./packs/Microsoft.AspNetCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Queryable.xml
System.Linq.AsyncEnumerable was added in #111685. This ref-pack should exist in the Microsoft SDK.
cc @stephentoub @ViktorHofer
Source-build tests uncovered that the System.Linq.AsyncEnumerable ref-pack is missing from the Microsoft SDK:
System.Linq.AsyncEnumerable was added in #111685. This ref-pack should exist in the Microsoft SDK.
cc @stephentoub @ViktorHofer