Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. schuettecarsten_9427
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    schuettecarsten_9427

    @schuettecarsten_9427

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

    schuettecarsten_9427 Follow

    Best posts made by schuettecarsten_9427

    This user hasn't posted anything yet.

    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