/LangExtOptBiIterAsync

Sample solution showing issue with Language-Ext package and its Task<Option<>>.BiIterAsync() method

Primary LanguageC#MIT LicenseMIT

LangExtOptBiIterAsync

Sample solution showing issue with Language-Ext package and its Task<Option<>>.BiIterAsync() method. See issue 299 on project home.

Steps

  1. Restore packages
  2. Run from Visual Studio or command line
  3. Press a key to actually start processing

See generated console output. It should show:

Do Action None

instead it actually shows:

Do Action Some: '<null>'