'Share Business Model in Google Cloud Functions

I am coding in C# for Google Cloud Functions. They work fine, access GC Datastore, deploy fine in Google. Everything is fine.

My problem starts when I try to optimize, and a function A and function B want to access classes in a C class library.

It works fine for me in debugging, but when I deploy the code, Google Cloud Functions doesn't find the C project If I try to load the C project, it's not a console but a class library and so I don't have an entry point etc.

Could you guide me on what I'm misunderstanding? Basically, I want to have a common code library available.

Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source