Giter VIP home page Giter VIP logo

Comments (6)

Roblinde avatar Roblinde commented on June 7, 2024

That is weird. I'm unable to replicate it. Tried with both a .net core application and one on full framework 4.6.1

Could there be a mismatch in which DLL is loaded by the application?

from contentful.net.

deanebarker avatar deanebarker commented on June 7, 2024

It is odd. I did an Update-Package on it -- I'm running the latest version you put on Nuget. And there's no other version I know of.

I opened Object Browser in Visual Studio, and confirmed that there is a constructor of that signature in project. I even added the optional boolean at the end to make sure it matched exactly. I'm not sure how it could compile without error, but then claim it can't find the method during runtime.

I can transfer everything to a new project, do a fresh Nuget install, and copy over the source code, to see if there's some random reference issue.

from contentful.net.

Roblinde avatar Roblinde commented on June 7, 2024

The method should regardless have existed in both packages. Hmm...

If you try one of the other constructors, preferably this one:

 client = new ContentfulClient(httpClient, new OptionsWrapper<ContentfulOptions>(new ContentfulOptions() {
            SpaceId = "[SpaceId]",
            DeliveryApiKey = "[access token]"
        }));

from contentful.net.

deanebarker avatar deanebarker commented on June 7, 2024

I'm going to suspend this issue for the moment. I had to (coincidentally) format my machine last night, so I installed VS2017, and am not encountering this any longer, right now. However, there are other issues, which I'll address under a different ticket.

If I don't see this again, we'll call it a fluke and close.

from contentful.net.

Roblinde avatar Roblinde commented on June 7, 2024

Allright, leaving it open for a while in case we see it again.

from contentful.net.

Roblinde avatar Roblinde commented on June 7, 2024

Closing this, we'll re-open if we see it again. I'm guessing this is actually the same System.Net.Http.HttpClient resolution bug as in #2

from contentful.net.

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.