Git Product home page Git Product logo

Comments (5)

JamesRandall avatar JamesRandall commented on July 19, 2024

Thanks for letting me know. I should be releasing a new version shortly and I'll see if I can get in a better output for the ReflectionTypeLoadException. In the meantime:

Do you know what version of the Cosmos package you are using? I'm using it with Cosmos at the moment with the following pacakges:

Microsoft.Azure.DocumentDB.Core - 2.0.0-preview
Gremlin.Net - 3.4.0-rc1

from functionmonkey.

tomfalk avatar tomfalk commented on July 19, 2024

That's the odd thing in this case - I had it previously when using a lower version of DocumentDB.Core, but I'm now using the 2.0.0-preview. It's actually in a separate (local) project I'm referencing from the FM one this time, so it could be some other references causing the problem... I'm working to see if I can narrow it down further.

from functionmonkey.

JamesRandall avatar JamesRandall commented on July 19, 2024

I have the same project setup. Are you using any of the Azure Storage libraries? Last I heard they were still problematic even with the binding improvements the Functions team had made.

I've just got a bit of testing to do on one of the upcoming features and I'll try and push out something with a more specific error message. In the meantime if you do manage to track it down please do let me know!

from functionmonkey.

tomfalk avatar tomfalk commented on July 19, 2024

Nope, I'm not using any Azure Storage libraries. I've made a little bit of progress with this...I'm not sure if any of this will be helpful though... but it looks like it's happening when I use DocumentClient directly in a command handler - e.g. with the following line:

Document testDocument = await _documentClient.CreateDocumentAsync(collectionUri, testItem);

I'm pretty sure this was working before I added another project locally which also uses the DocumentDB.Core libraries. I'm able to use other classes from this project though. I don't actually need to reference DocumentClient directly in the functions now so this isn't blocking me.

I'll happily try it again when you push out the changes, just to see what is actually causing it.

Thanks for your help & the work you're doing on this library. It makes writing functions a breeze (and fun!)

from functionmonkey.

JamesRandall avatar JamesRandall commented on July 19, 2024

v0.11 is available in NuGet which amongst a couple of other small enhancements gives more meaningful error information if this occurs again.

I'll close this for now but if you encounter any other issues please do let me know. Super appreciate the feedback!

from functionmonkey.

Related Issues (20)

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.