dbosoft / YaNco

.NET SAP RFC API based on SAP Netweaver RFC SDK
MIT License
123 stars 15 forks source link

Async deprecation in Language.Ext #271

Open fw2568 opened 9 months ago

fw2568 commented 9 months ago

This will have a big impact as we currently use EitherAsync heavily:

https://github.com/louthy/language-ext/discussions/1269

Looks like we need to migrate any async code to an async run effect (Eff with RunAsync). However, it has been announced that EitherAsync will be supported for some years to come...

AB#627