Tobias Burger
Tobias Burger
> > > I'm really undecided on this one. After programming a lot of haskell recently, I get the appeal. But something about it just doesn't feel right for an...
>That doesn't change what we're asking for here, but I think it's partially up to the F# community to decide if this is anti F# or not. The building blocks...
I'm getting the same error in a Vite project.
The following pull request can be used to fix this issue: #592
Workaround for issue #356
Sorry, don't know what happened. It has closed the PR automatically. I've made a new PR here with your changes applied: #616
> BTW, I remember there used to be a Powertools VS extension that did something like this, but I think it doesn't exist anymore. Right! Last supported Version of Visual...
I've written an alternative prototype which first restores and compiles the project and references the generated assembly instead of the source files: https://github.com/toburger/DependencyManager.FsProj With this approach I was able to...
> * Use the project's code and references from the interactive session. > * Consistent behavior between C# and F#. > * Cross-language support, e.g. using `#r "project:/path/to/some.fsproj" from within...
> Interactive debugging in data science scripting is important when project gets complex. I would argue that debugging is more important in scenarios where mutation is the dominant paradigm. But...