TaskBuilder.fs icon indicating copy to clipboard operation
TaskBuilder.fs copied to clipboard

F# computation expression builder for System.Threading.Tasks

Results 9 TaskBuilder.fs issues
Sort by recently updated
recently updated
newest added

Hi all, A question for people who use TaskBuilder, in relation to https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1097-task-builder.md As everyone might know, the proposed support for tasks in F# is very much based around the...

I'm looking at an incorporation into FSHarp.Core, see https://github.com/dotnet/fsharp/pull/6811 Please let me know what you think, please follow that thread and please look at the design carefully. At the moment...

This function was introduced in bd7124e but its usage was immediately removed in a4154bb however the function is still there for nothing.

These tests were catching all exceptions, even the interesting ones. Try changing `require (not ran) "ran kinda early"` to `require (ran) "ran kinda early"` and you'll see the test still...

Would it be possible to release a new version of this package that targets netstandard2.0 rather than 1.6? This has some benefits, one of which is that with the recent...

This PR solves problem of iterating over sequences that don't implement `IEnumerable`. After applying the changes you should be able to compile code like this: ```fsharp open System.Text open System.Buffers...

Was porting an old project (netcoreapp2.2) to 3.1 today, noticed something that did compile back then that doesn't anymore. >This code is not sufficiently generic. The type variable ^TEntity when...

I work a lot with `Task`, whose two possible valid results could be cached. I added a simple logic: ``` match continuation() with | Return r -> if typedefof =...

Functions.StartTransaction. Microsoft.Azure.WebJobs.Script: One or more errors occurred. (Could not load type 'BindI' from assembly 'TaskBuilder.fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.). StartTransaction: Could not load type 'BindI' from assembly 'TaskBuilder.fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'....