Giter Club home page Giter Club logo

Comments (7)

rabbah avatar rabbah commented on May 30, 2024

How do you run openwhisk? If you're deploying your own, you can extend the dotnet runtime to include the packages you need. Alternatively, did you try using zip files to bundle the libraries?

from openwhisk-runtime-dotnet.

Sshnyari avatar Sshnyari commented on May 30, 2024

We use it on IBM Cloud. We could include the libraries in the zip file, but how can we insure that it would be compatible with the runtime's OS and version ?

from openwhisk-runtime-dotnet.

shawnallen85 avatar shawnallen85 commented on May 30, 2024

@Sshnyari The runtime itself is built on top of the microsoft/dotnet:2.2-runtime-alpine image. From what I could tell, the library you're using is compatible with .NETStandard 1.3, which means it should work with the .NET Core 2.2 runtime, you should just need to include all of the required libraries/references when building the zip file that is deployed. I believe running dotnet publish will do that for you.

from openwhisk-runtime-dotnet.

shawnallen85 avatar shawnallen85 commented on May 30, 2024

This might shed some light on the issue ... confluentinc/confluent-kafka-dotnet#611

from openwhisk-runtime-dotnet.

Sshnyari avatar Sshnyari commented on May 30, 2024

including the library compatible with the current alpine image (3.8) might work, but what if the runtime gets updated with a new alpine version ? we won't know of the change until there are errors on deployed dotnet functions
With a serverless mindset, we shouldn't have to worry about that

from openwhisk-runtime-dotnet.

rabbah avatar rabbah commented on May 30, 2024

The runtimes are versioned to avoid this problem. A new runtime would appear as a new kind.

from openwhisk-runtime-dotnet.

Sshnyari avatar Sshnyari commented on May 30, 2024

That solves it then if the runtime is always an alpine 3.8 with the kind dotnet:2.2

from openwhisk-runtime-dotnet.

Related Issues (18)

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.