Coder Social home page Coder Social logo

Comments (7)

JohnSchmeichel avatar JohnSchmeichel commented on June 12, 2024

Doesn't sound like a credential provider issue. What does your nuget.config look like here?

from artifacts-credprovider.

baskialdensys avatar baskialdensys commented on June 12, 2024

When I tried 'dotnet restore --interactive', I never received any credential prompt.

Nuget.config :

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="azure-sdk-for-net" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
  </packageSources>
</configuration>

from artifacts-credprovider.

JohnSchmeichel avatar JohnSchmeichel commented on June 12, 2024

Not seeing the nuget.config showing up... you probably are not seeing a credential prompt because this is not a credential issue. If you're unable to find a package nuget is informing you that from the available sources in your nuget.config that package was not found.

from artifacts-credprovider.

baskialdensys avatar baskialdensys commented on June 12, 2024
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />
    <add key="azure-sdk-for-net" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
  </packageSources>
</configuration>

from artifacts-credprovider.

JohnSchmeichel avatar JohnSchmeichel commented on June 12, 2024

If you check the feed you'll see that there is no package OpenAI.Api and no upstream source to pull it from, hence the error nuget is reporting. You should follow up with the feed owners to get the package added.

from artifacts-credprovider.

baskialdensys avatar baskialdensys commented on June 12, 2024

I'm simply using the dotnet sample provided by the Microsoft team without making any modifications. I had the impression that this private package was being maintained by the Azure SDK team.

from artifacts-credprovider.

JohnSchmeichel avatar JohnSchmeichel commented on June 12, 2024

You'll need to follow up with that team then to update the sample as it appears to have gone stale?

from artifacts-credprovider.

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.