Coder Social home page Coder Social logo

Comments (4)

jbeeko avatar jbeeko commented on August 19, 2024

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

from durablefunctions.fsharp.

jbeeko avatar jbeeko commented on August 19, 2024

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 the project in VS 2019 and using menu item Debug->Start new instance

from durablefunctions.fsharp.

jbeeko avatar jbeeko commented on August 19, 2024

This is not a DurableFunctions issue per-se but rather this issue: fsprojects/Paket#3345 (comment) means the build process puts an empty extenstions.json file insamples-paket\bin\Debug\netcoreapp2.2 rather than the correct file in samples-paket\bin\Debug\netcoreapp2.2\bin. As a result the durable functions extension is not found.

Having the extensions file in the wrong place has not been an issue up to now because http bindings are build in.

Others don't seem to be encountering #3345 the way I am so my situation could just be something unique to my configuration. I'll build a clean VM with VS 2019 and report back.

from durablefunctions.fsharp.

bartsokol avatar bartsokol commented on August 19, 2024

I can reproduce it in both VS 2017 and 2019 when I do a fresh build or rebuild from VS. If I'll do a fresh build (or clean/build or build --force) using dotnet cli then it runs fine, even when running from VS. It looks like it's related to the way VS builds the project.

from durablefunctions.fsharp.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.