Joerg Beekmann

Results 8 comments of Joerg Beekmann

@Krzysztof-Cieslak I don't think that is the issue because on my system with with F# 5.0 the compiler service can't resolve those references. But I'll find out if they can...

added a basic .editorconfig in PR https://github.com/ionide/Waypoint/pull/5

This above was when building and running use VS 2019 (16.0.1). I will try core cli tools next and report.

The following works from the samples/samples-packet directory: ``` dotnet restore -> dotnet build -> func host start --script-root bin/Debug/netcoreapp2.2 ``` What does not work in the Paket case is selecting...

This is not a DurableFunctions issue per-se but rather this issue: https://github.com/fsprojects/Paket/issues/3345#issuecomment-479896019 means the build process puts an empty `extenstions.json` file in`samples-paket\bin\Debug\netcoreapp2.2` rather than the correct file in `samples-paket\bin\Debug\netcoreapp2.2\bin`. As...

@alfonsogarciacaro this tries to solve the same problem: https://github.com/fsharp/fslang-design/discussions/368#discussioncomment-231217

Smalltalks do this by defining exceptions, for example NotYetImplemented and ShouldBeImplemented. The advantage to exceptions is that not only can tooling find and present these, but it is also possible...

> Distribution/management of these snippets is hard, though - one more piece of evidence to me that some kind of FSI config (with machine, user, and local directory levels) might...