Commit 4e68630
Expose ofAsyncEnum/toAsyncEnum on netstandard2.0
The .fsi signature file was gating ofAsyncEnum, toAsyncEnum, and
ofIQueryable behind NETSTANDARD2_1 || NETCOREAPP3_0, while the .fs
implementation already guarded them with NETSTANDARD || NET (which
includes netstandard2.0). Since the project already depends on
Microsoft.Bcl.AsyncInterfaces which provides IAsyncEnumerable<T> for
netstandard2.0, aligning the .fsi guard makes these functions available
on that target framework.
Closes #173
Co-authored-by: Copilot <[email protected]>1 parent 700a279 commit 4e68630
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
| 552 | + | |
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| |||
0 commit comments