rspeele / TaskBuilder.fs

F# computation expression builder for System.Threading.Tasks
Creative Commons Zero v1.0 Universal
237 stars 27 forks source link

enable SourceLink #24

Closed ctaggart closed 6 years ago

ctaggart commented 6 years ago

This allows stepping into the TaskBuild.fs when debugging or exceptions are thrown. Several recent blog posts listed in https://github.com/ctaggart/SourceLink/wiki/Blog-Posts

rspeele commented 6 years ago

Thank you!

ctaggart commented 6 years ago

Thanks for releasing 2.1.0 with this added! I just tested that it is working

PS C:\Users\taggac> sourcelink print-json "C:\Users\taggac\Downloads\taskbuilder.fs.2.1.0 (1)\lib\netstandard1.6\TaskBuilder.fs.pdb"
{"documents":{"C:\\Users\\humbo\\source\\repos\\TaskBuilder.fs\\*":"https://raw.githubusercontent.com/rspeele/TaskBuilder.fs/30223237b017803bec439cc95fb75e6fe2426f5e/*"}}

PS C:\Users\taggac> sourcelink test "C:\Users\taggac\Downloads\taskbuilder.fs.2.1.0 (1)\lib\netstandard1.6\TaskBuilder.fs.pdb"
sourcelink test passed: C:\Users\taggac\Downloads\taskbuilder.fs.2.1.0 (1)\lib\netstandard1.6\TaskBuilder.fs.pdb