Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. schuettecarsten_9427

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    S Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    schuettecarsten_9427

    @schuettecarsten_9427

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    schuettecarsten_9427 Unfollow Follow

    Latest posts made by schuettecarsten_9427

    • ProGet does not support searching NuGet package versions by wildcard

      ProGet does not support wildcard package references and search requests while the official NuGet servers do.
      For example, to use the latest version, Micosoft suggests to use Wildcard references like:

      <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-*" />.
      

      When using this, NuGet causes the following error message when trying to download NuGet packages:

      NU1301: Failed to retrieve information about 'Microsoft.EntityFrameworkCore.Relational' from remote source 'https://nuget.intern/nuget/default/FindPackagesById()?id='Microsoft.EntityFrameworkCore.Relational'&semVerLevel=2.0.0'.
      
      posted in Support
      S
      schuettecarsten_9427