NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 252 forks source link

An error “unable to find package ‘Microsoft.Web.Infrastructure’” occurs when running command “update-package” in PMC #11881

Closed v-luzh closed 6 months ago

v-luzh commented 2 years ago

NuGet Product Used

Visual Studio Package Manager Console

Product Version

Dev\6.3.0.87

Worked before?

No response

Impact

It's more difficult to complete my work

Repro Steps & Context

Details about Problem

VS Version: Main\32613.100 NuGet Version: Dev\6.3.0.87 OS Version: Windows-11-Enterprise-21H2

Repro steps:

  1. Create a C# ASP.NET Web Application (.NET Framework 4.8) –> MVC project in VS.
  2. Click the menu Tools->NuGet Package Manager->Package Manager Console.
  3. Type command “update-package” in PMC and hit Enter.

Expected:

All the packages can be update successfully.

Actual:

An error “unable to find package ‘Microsoft.Web.Infrastructure’” occurs as below screenshot. image

Notes:

1.It does not repro when updating all the packages from PM UI of the same project. 2.It still repro after restoring as the error recommended. 3.It repro on Main\32613.100 with implicit NuGet Client Dev\6.3.0.81. 4.It didn't repro on NuGet Dev\6.3.0.73.

Verbose Logs

No response

zivkan commented 2 years ago

@v-luzh are you still having the problem?

It appears to be a network issue, so could be related to this: https://github.com/NuGet/NuGetGallery/issues/9140

If it's still happening, please add the -verbose argument, and copy/paste the output. The top of the output should have lines starting with two spaces then GET, OK, NOTFOUND, and URLs (https://). Those are the most important lines.

v-luzh commented 2 years ago

@zivkan Yes, it still repro on Main\32605.161+NuGet Client Dev\6.3.0.90. The output is like below.

PMC output

PM> update-package -verbose Attempting to gather dependency information for multiple packages with respect to project 'SinglePage', targeting '.NETFramework,Version=v4.8.1' GET https://apiint.nugettest.org/v3/registration5-gz-semver2/antlr/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/antlr/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/antlr/index.json 170ms GET https://api.nuget.org/v3/registration5-gz-semver2/bootstrap/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/bootstrap/index.json 80ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/bootstrap/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/antlr/index.json 492ms GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/bootstrap/index.json 371ms GET https://api.nuget.org/v3/registration5-gz-semver2/jquery/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/jquery/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/jquery/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework/index.json 345ms GET https://api.nuget.org/v3/registration5-gz-semver2/knockout.validation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/knockout.validation/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/knockout.validation/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/jquery/index.json 323ms GET https://api.nuget.org/v3/registration5-gz-semver2/knockoutjs/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/knockoutjs/index.json 245ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/knockoutjs/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/knockout.validation/index.json 356ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.core/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.core/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.core/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.core/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.entityframework/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/knockoutjs/index.json 339ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.entityframework/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.entityframework/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.owin/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.entityframework/index.json 153ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.owin/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.owin/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity.owin/index.json 346ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.razor/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc/index.json 354ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.razor/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.razor/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.web.optimization/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.razor/index.json 279ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.web.optimization/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.web.optimization/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi/index.json 80ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.web.optimization/index.json 359ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.client/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.client/index.json 91ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.client/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi/index.json 321ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.core/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.client/index.json 159ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.core/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.core/index.json 80ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.helppage/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.helppage/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.helppage/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.helppage/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.owin/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.core/index.json 355ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.owin/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.owin/index.json 79ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.webhost/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.webhost/index.json 230ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.webhost/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.owin/index.json 329ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webpages/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webpages/index.json 79ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webpages/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webapi.webhost/index.json 167ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codedom.providers.dotnetcompilerplatform/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webpages/index.json 159ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codedom.providers.dotnetcompilerplatform/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codedom.providers.dotnetcompilerplatform/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codedom.providers.dotnetcompilerplatform/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin/index.json 79ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.host.systemweb/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.host.systemweb/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.host.systemweb/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.host.systemweb/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.cookies/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.cookies/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.cookies/index.json 247ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.facebook/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.cookies/index.json 163ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.facebook/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.facebook/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.google/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.facebook/index.json 341ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.google/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.google/index.json 243ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.microsoftaccount/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.google/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.microsoftaccount/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.microsoftaccount/index.json 161ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.oauth/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.microsoftaccount/index.json 243ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.oauth/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.oauth/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.twitter/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.owin.security.twitter/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.twitter/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.oauth/index.json 153ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.web.infrastructure/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.web.infrastructure/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.web.infrastructure/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.owin.security.twitter/index.json 327ms GET https://api.nuget.org/v3/registration5-gz-semver2/modernizr/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/modernizr/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/modernizr/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.web.infrastructure/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/newtonsoft.json/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/modernizr/index.json 162ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/newtonsoft.json/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/newtonsoft.json/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/owin/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/newtonsoft.json/index.json 176ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/owin/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/owin/index.json 228ms GET https://api.nuget.org/v3/registration5-gz-semver2/sammy.js/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/owin/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/sammy.js/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/sammy.js/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/webgrease/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/sammy.js/index.json 157ms OK https://api.nuget.org/v3/registration5-gz-semver2/webgrease/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/webgrease/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/popper.js/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/popper.js/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/popper.js/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/webgrease/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/ix-async/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/popper.js/index.json 151ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/ix-async/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/ix-async/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.logging/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/ix-async/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.logging/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.logging/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.optionsmodel/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.logging/index.json 162ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.optionsmodel/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.optionsmodel/index.json 79ms GET https://api.nuget.org/v3/registration5-gz-semver2/remotion.linq/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/remotion.linq/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/remotion.linq/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.optionsmodel/index.json 166ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.collections.immutable/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/remotion.linq/index.json 158ms OK https://api.nuget.org/v3/registration5-gz-semver2/system.collections.immutable/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.immutable/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.commands/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.immutable/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.commands/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.commands/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.commands/index.json 171ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.identity/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.relational/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.identity/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.relational/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.relational/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.apiexplorer/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.relational/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.apiexplorer/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.apiexplorer/index.json 176ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.cors/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.apiexplorer/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.cors/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.cors/index.json 154ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.dataannotations/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.dataannotations/index.json 80ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.dataannotations/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.cors/index.json 292ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.formatters.json/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.dataannotations/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.formatters.json/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.formatters.json/index.json 230ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.localization/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.formatters.json/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.localization/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.localization/index.json 84ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.localization/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor/index.json 159ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.viewfeatures/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor/index.json 319ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.viewfeatures/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.viewfeatures/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.caching.memory/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.caching.memory/index.json 87ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.viewfeatures/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.caching.memory/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.caching.memory/index.json 177ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json 229ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.logging.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.logging.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.logging.interfaces/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.logging.interfaces/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.interfaces/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.abstractions/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.interfaces/index.json 152ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.logging.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection.abstractions/index.json 171ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.logging.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.logging.abstractions/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel/index.json 80ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.logging.abstractions/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection/index.json 79ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel/index.json 161ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configuration.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configuration.abstractions/index.json 243ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configuration.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.dependencyinjection/index.json 330ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configuration.binder/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configuration.binder/index.json 76ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configuration.binder/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configuration.abstractions/index.json 154ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.collections/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.collections/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configuration.binder/index.json 162ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.debug/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections/index.json 181ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.debug/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.debug/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.linq/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.linq/index.json 82ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.debug/index.json 166ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.linq/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.linq.expressions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.linq/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.linq.expressions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.linq.expressions/index.json 230ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.linq.queryable/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.linq.expressions/index.json 165ms OK https://api.nuget.org/v3/registration5-gz-semver2/system.linq.queryable/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.linq.queryable/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.objectmodel/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.linq.queryable/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.objectmodel/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.objectmodel/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.reflection/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.objectmodel/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.reflection.extensions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.reflection/index.json 240ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection.extensions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection.extensions/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.reflection.extensions/index.json 251ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.extensions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.extensions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.extensions/index.json 239ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.extensions/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.resources.resourcemanager/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.resources.resourcemanager/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.resources.resourcemanager/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading/index.json 153ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.globalization/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.globalization/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.globalization/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.resources.resourcemanager/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.memory/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.memory/index.json 80ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.memory/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.globalization/index.json 151ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.compilerservices.unsafe/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.compilerservices.unsafe/index.json 81ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.compilerservices.unsafe/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.memory/index.json 151ms GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.migrations/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.migrations/index.json 78ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.compilerservices.unsafe/index.json 162ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.migrations/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.relational.design/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.migrations/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.relational.design/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.relational.design/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.sqlserver.design/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.relational.design/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.sqlserver.design/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.sqlserver.design/index.json 166ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.sqlserver.design/index.json 243ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/page/0.6.4033103-beta/3.1.0-beta2-final.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/page/3.1.0-beta3-final/4.2.0-2.final.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/page/4.2.0-4.final/4.3.0-1.final.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication.cookies/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/page/3.1.0-beta3-final/4.2.0-2.final.json 243ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/page/4.2.0-4.final/4.3.0-1.final.json 244ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication.cookies/index.json 367ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.csharp/page/0.6.4033103-beta/3.1.0-beta2-final.json 462ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication.cookies/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.keyderivation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.keyderivation/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.keyderivation/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication.cookies/index.json 152ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.hosting.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.keyderivation/index.json 163ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.hosting.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.hosting.abstractions/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.data.common/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.hosting.abstractions/index.json 151ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.data.common/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.data.common/index.json 80ms GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.core/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.core/index.json 81ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.data.common/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.core/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.diagnosticsource/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.diagnosticsource/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.diagnosticsource/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.core/index.json 161ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.core/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.core/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.core/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.diagnosticsource/index.json 166ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.localization/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.localization/index.json 83ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.core/index.json 167ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.localization/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.cors/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.cors/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.cors/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.localization/index.json 205ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.jsonpatch/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.cors/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.jsonpatch/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.jsonpatch/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.localization/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.localization/index.json 86ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.localization/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.jsonpatch/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor.host/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor.host/index.json 81ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor.host/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.localization/index.json 203ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime.precompilation/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.razor.host/index.json 269ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime.precompilation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime.precompilation/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.pageexecutioninstrumentation.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.pageexecutioninstrumentation.interfaces/index.json 81ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime.precompilation/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.pageexecutioninstrumentation.interfaces/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.common/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.common/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.common/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.pageexecutioninstrumentation.interfaces/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.abstractions/index.json 94ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.common/index.json 168ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.abstractions/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.antiforgery/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.antiforgery/index.json 81ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.antiforgery/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.csharp.abstractions/index.json 153ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.diagnostics.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.diagnostics.abstractions/index.json 82ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.antiforgery/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.diagnostics.abstractions/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.html.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.diagnostics.abstractions/index.json 172ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.html.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.html.abstractions/index.json 243ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection.abstractions/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.html.abstractions/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection.abstractions/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.caching.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.dependencyinjection.abstractions/index.json 245ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.caching.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.caching.abstractions/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.optionsmodel/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.caching.abstractions/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.optionsmodel/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.optionsmodel/index.json 92ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.options/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.optionsmodel/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.options/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.options/index.json 246ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.options/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/netstandard.library/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/netstandard.library/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/netstandard.library/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/netstandard.library/index.json 240ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.primitives/index.json 91ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.logging.abstractions/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.primitives/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.valuetuple/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.valuetuple/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.valuetuple/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.primitives/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.collections.concurrent/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.collections.concurrent/index.json 82ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.valuetuple/index.json 151ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.concurrent/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks/index.json 85ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.concurrent/index.json 160ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.asyncinterfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.asyncinterfaces/index.json 81ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.asyncinterfaces/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks.extensions/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.asyncinterfaces/index.json 149ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks.extensions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks.extensions/index.json 244ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks.extensions/index.json 162ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel.interfaces/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configuration/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configurationmodel.interfaces/index.json 245ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configuration/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.configuration/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.io/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.configuration/index.json 179ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.io/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.reflection.primitives/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io/index.json 187ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.reflection.primitives/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.numerics.vectors/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.numerics.vectors/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.numerics.vectors/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection.primitives/index.json 154ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.buffers/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.buffers/index.json 89ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.buffers/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.numerics.vectors/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/sqlservercompact/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/sqlservercompact/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/sqlservercompact/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.buffers/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/entityframework.sqlserver/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/entityframework.sqlserver/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.sqlserver/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/sqlservercompact/index.json 159ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/index.json 80ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/page/0.6.4033103-beta/3.1.0-beta2-final.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/page/3.1.0-beta3-final/4.2.0-2.final.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/page/4.2.0-4.final/4.3.0-1.final.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/entityframework.sqlserver/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/page/0.6.4033103-beta/3.1.0-beta2-final.json 80ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/page/3.1.0-beta3-final/4.2.0-2.final.json 136ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.common/page/4.2.0-4.final/4.3.0-1.final.json 240ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.authentication/index.json 159ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders/index.json 243ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders/index.json 152ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.internal/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.internal/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.internal/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.cryptography.internal/index.json 239ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http.abstractions/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http.abstractions/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.abstractions/index.json 154ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.text.regularexpressions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.abstractions/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.regularexpressions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.text.regularexpressions/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.collections.nongeneric/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.regularexpressions/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.nongeneric/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.collections.nongeneric/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.caching.memory/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.caching.memory/index.json 77ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.caching.memory/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.nongeneric/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.caching.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.caching.abstractions/index.json 78ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.caching.memory/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.caching.abstractions/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.caching.abstractions/index.json 188ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.tracing/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.tracing/index.json 79ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.logging/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.tracing/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.authorization/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.tracing/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.authorization/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.authorization/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.authorization/index.json 211ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.abstractions/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.platformabstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.mvc.abstractions/index.json 170ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.platformabstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.platformabstractions/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.memorypool/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.platformabstractions/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.memorypool/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.memorypool/index.json 95ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.localization.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.localization.abstractions/index.json 87ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.localization.abstractions/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.memorypool/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.abstractions/index.json 80ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.localization.abstractions/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.resources.reader/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.abstractions/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.resources.reader/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.resources.reader/index.json 228ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http.extensions/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.resources.reader/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http.extensions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http.extensions/index.json 193ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http.extensions/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.abstractions/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.abstractions/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.globalization.cultureinfocache/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.abstractions/index.json 182ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.globalization.cultureinfocache/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.globalization.cultureinfocache/index.json 152ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.globalization.cultureinfocache/index.json 236ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems/index.json 150ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems/index.json 240ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime/index.json 154ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.razor.runtime/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.physical/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.physical/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.physical/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.physical/index.json 163ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.abstractions/index.json 239ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.dnx.compilation.abstractions/index.json 176ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webutilities/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webutilities/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.webutilities/index.json 228ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.webencoders.core/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.webutilities/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.webencoders.core/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.webencoders.core/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders.core/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.webencoders.core/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders.core/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders.core/index.json 152ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.webencoders.core/index.json 244ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.binder/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.binder/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.binder/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel.annotations/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel.annotations/index.json 90ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.configuration.binder/index.json 161ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel.annotations/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.platforms/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel.annotations/index.json 162ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.platforms/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.platforms/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.win32.primitives/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.platforms/index.json 167ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.win32.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.win32.primitives/index.json 77ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.appcontext/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.win32.primitives/index.json 167ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.appcontext/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.appcontext/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.console/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.appcontext/index.json 174ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.console/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.console/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.tools/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.console/index.json 167ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.tools/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.tools/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.globalization.calendars/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.tools/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.globalization.calendars/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.globalization.calendars/index.json 151ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.io.compression/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.globalization.calendars/index.json 242ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.compression/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.io.compression/index.json 228ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.io.compression.zipfile/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.compression/index.json 184ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.compression.zipfile/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.compression.zipfile/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.io.filesystem/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.io.compression.zipfile/index.json 240ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.filesystem/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.filesystem/index.json 163ms OK https://api.nuget.org/v3/registration5-gz-semver2/system.io.filesystem/index.json 239ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.io.filesystem.primitives/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.filesystem.primitives/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.filesystem.primitives/index.json 159ms OK https://api.nuget.org/v3/registration5-gz-semver2/system.io.filesystem.primitives/index.json 229ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.net.http/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.net.http/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.net.http/index.json 162ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.net.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.net.http/index.json 228ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.net.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.net.primitives/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.net.sockets/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.net.sockets/index.json 81ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.net.sockets/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.net.primitives/index.json 232ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.handles/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.net.sockets/index.json 159ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.handles/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.handles/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.interopservices/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.handles/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.interopservices/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.interopservices/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.interopservices.runtimeinformation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.interopservices/index.json 243ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.interopservices.runtimeinformation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.interopservices.runtimeinformation/index.json 243ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.numerics/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.interopservices.runtimeinformation/index.json 224ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.numerics/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.numerics/index.json 91ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.algorithms/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.numerics/index.json 219ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.algorithms/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.algorithms/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.encoding/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.algorithms/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.encoding/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.encoding/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.encoding/index.json 257ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.primitives/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.primitives/index.json 160ms OK https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.primitives/index.json 245ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.x509certificates/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.x509certificates/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.x509certificates/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.text.encoding/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.x509certificates/index.json 159ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encoding/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.text.encoding/index.json 90ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.text.encoding.extensions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encoding/index.json 252ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encoding.extensions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.text.encoding.extensions/index.json 244ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading.timer/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading.timer/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.timer/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encoding.extensions/index.json 203ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.xml.readerwriter/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.timer/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.readerwriter/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.xml.readerwriter/index.json 241ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.readerwriter/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xdocument/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xdocument/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xdocument/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.runtime/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xdocument/index.json 173ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.runtime/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.runtime/index.json 157ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.runtime/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.packaging.tools/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.packaging.tools/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.packaging.tools/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks.unofficial/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.packaging.tools/index.json 172ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks.unofficial/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks.unofficial/index.json 247ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks.unofficial/index.json 159ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.sqlserver.compact/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.sqlserver.compact/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.sqlserver.compact/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.data.sqlclient/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.sqlserver.compact/index.json 167ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.data.sqlclient/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.data.sqlclient/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.immutable/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.data.sqlclient/index.json 170ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.immutable/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.immutable/index.json 236ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.immutable/index.json 178ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.metadata/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.metadata/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.metadata/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.reflection.metadata/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.reflection.metadata/index.json 82ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.metadata/index.json 180ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection.metadata/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.analyzers/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.codeanalysis.analyzers/index.json 81ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codeanalysis.analyzers/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.reflection.metadata/index.json 164ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.diasymreader.native/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.codeanalysis.analyzers/index.json 171ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.diasymreader.native/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.diasymreader.native/index.json 231ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.fileversioninfo/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.diasymreader.native/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.fileversioninfo/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.fileversioninfo/index.json 80ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.stacktrace/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.stacktrace/index.json 92ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.stacktrace/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.fileversioninfo/index.json 231ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.dynamic.runtime/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.dynamic.runtime/index.json 81ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.stacktrace/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.dynamic.runtime/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.text.encoding.codepages/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.text.encoding.codepages/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encoding.codepages/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.dynamic.runtime/index.json 210ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks.parallel/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encoding.codepages/index.json 154ms OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading.tasks.parallel/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks.parallel/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.threading.thread/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.threading.thread/index.json 84ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.thread/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.tasks.parallel/index.json 197ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xmldocument/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.threading.thread/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xmldocument/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xmldocument/index.json 243ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xmldocument/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xpath.xdocument/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xpath.xdocument/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xpath.xdocument/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xpath.xdocument/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.text.encodings.web/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encodings.web/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.text.encodings.web/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http.features/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.text.encodings.web/index.json 199ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http.features/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.http.features/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.primitives/index.json 83ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.primitives/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.http.features/index.json 229ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.caching.interfaces/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.primitives/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.caching.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.caching.interfaces/index.json 241ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.caching.interfaces/index.json 189ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.configuration/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.configuration/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.configuration/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.routing/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.configuration/index.json 168ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.routing/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.routing/index.json 167ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.routing/index.json 231ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.csharp/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.csharp/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.csharp/index.json 86ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.csharp/index.json 171ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.abstractions/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.server.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.server.abstractions/index.json 78ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.server.abstractions/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.abstractions/index.json 151ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.fileproviders.abstractions/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.hosting.server.abstractions/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.fileproviders.abstractions/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.fileproviders.abstractions/index.json 241ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.fileproviders.abstractions/index.json 162ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.hosting.abstractions/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.hosting.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.extensions.hosting.abstractions/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.net.http.headers/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.extensions.hosting.abstractions/index.json 231ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.net.http.headers/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.net.http.headers/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.net.http.headers/index.json 229ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems.interfaces/index.json 244ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.filesystems.interfaces/index.json 159ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.interfaces/index.json 244ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.fileproviders.interfaces/index.json 197ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.interfaces/index.json 247ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.interfaces/index.json 266ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.abstractions/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.abstractions/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel.typeconverter/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnet.dataprotection.abstractions/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel.typeconverter/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel.typeconverter/index.json 157ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.targets/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel.typeconverter/index.json 244ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.targets/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.targets/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.io.compression/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.io.compression/index.json 80ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.targets/index.json 464ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.io.compression/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.net.http/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.io.compression/index.json 151ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.net.http/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.net.http/index.json 241ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.interopservices.pinvoke/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.net.http/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.interopservices.pinvoke/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.runtime.interopservices.pinvoke/index.json 159ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.runtime.interopservices.pinvoke/index.json 233ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.security.cryptography/index.json 79ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.encryption/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.security.cryptography/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.encryption/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.security.cryptography.encryption/index.json 239ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.security.cryptography.encryption/index.json 175ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.net.http/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system/index.json 156ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.net.http/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.net.http/index.json 161ms OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.net.http/index.json 231ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.coreclr/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.coreclr/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.coreclr/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.native/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.coreclr/index.json 157ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.native/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.native/index.json 158ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.runtime.native/index.json 249ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.data.sqlclient.sni/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.data.sqlclient.sni/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.native.system.data.sqlclient.sni/index.json 160ms GET https://api.nuget.org/v3/registration5-gz-semver2/validation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.native.system.data.sqlclient.sni/index.json 247ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/validation/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/validation/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xpath/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/validation/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xpath/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.xml.xpath/index.json 241ms OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.xml.xpath/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.features/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.features/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.features/index.json 160ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.contracts/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.aspnetcore.http.features/index.json 277ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.contracts/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.diagnostics.contracts/index.json 246ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.runtime.interfaces/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.diagnostics.contracts/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.runtime.interfaces/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.framework.runtime.interfaces/index.json 88ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel.primitives/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.framework.runtime.interfaces/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel.primitives/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.componentmodel.primitives/index.json 242ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.targets.netframework/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.componentmodel.primitives/index.json 180ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.targets.netframework/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.targets.netframework/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.targets.netframework/index.json 160ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.build/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.bcl.build/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.build/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl/index.json 164ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.debian.8-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.debian.8-x64.runtime.native.system.security.cryptography/index.json 85ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.debian.8-x64.runtime.native.system.security.cryptography/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.bcl.build/index.json 156ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.23-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.23-x64.runtime.native.system.security.cryptography/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.23-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.debian.8-x64.runtime.native.system.security.cryptography/index.json 177ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.24-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.24-x64.runtime.native.system.security.cryptography/index.json 78ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.23-x64.runtime.native.system.security.cryptography/index.json 158ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.24-x64.runtime.native.system.security.cryptography/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.24-x64.runtime.native.system.security.cryptography/index.json 161ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography/index.json 245ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography/index.json 188ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography/index.json 251ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography/index.json 85ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.rhel.7-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.osx.10.10-x64.runtime.native.system.security.cryptography/index.json 154ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.rhel.7-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.rhel.7-x64.runtime.native.system.security.cryptography/index.json 153ms OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.rhel.7-x64.runtime.native.system.security.cryptography/index.json 240ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography/index.json 83ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography/index.json 153ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography/index.json 154ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.debian.9-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography/index.json 292ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.debian.9-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.debian.9-x64.runtime.native.system.security.cryptography/index.json 85ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.27-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.debian.9-x64.runtime.native.system.security.cryptography/index.json 165ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.27-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.27-x64.runtime.native.system.security.cryptography/index.json 84ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.28-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.fedora.28-x64.runtime.native.system.security.cryptography/index.json 90ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.28-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.27-x64.runtime.native.system.security.cryptography/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography/index.json 82ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.fedora.28-x64.runtime.native.system.security.cryptography/index.json 153ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography/index.json 78ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.opensuse.42.3-x64.runtime.native.system.security.cryptography/index.json 155ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.windows.apisets/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.ubuntu.18.04-x64.runtime.native.system.security.cryptography/index.json 152ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.windows.apisets/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.windows.apisets/index.json 151ms OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.windows.apisets/index.json 277ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.private.uri/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.private.uri/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.private.uri/index.json 161ms GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.jit/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.private.uri/index.json 240ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.jit/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.netcore.jit/index.json 228ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/microsoft.netcore.jit/index.json 207ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json 82ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json 168ms OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json 232ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json 78ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/index.json 81ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json 199ms GET https://api.nuget.org/v3/registration5-gz-semver2/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win7-x64.runtime.native.system.data.sqlclient.sni/index.json 151ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/index.json 244ms GET https://api.nuget.org/v3/registration5-gz-semver2/nerdbank.gitversioning/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/runtime.win7-x86.runtime.native.system.data.sqlclient.sni/index.json 188ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/nerdbank.gitversioning/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/nerdbank.gitversioning/index.json 158ms OK https://api.nuget.org/v3/registration5-gz-semver2/nerdbank.gitversioning/index.json 239ms GET https://api.nuget.org/v3/registration5-gz-semver2/stylecop.analyzers/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/stylecop.analyzers/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/stylecop.analyzers/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/msbuild.sdk.extras/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/stylecop.analyzers/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/msbuild.sdk.extras/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/msbuild.sdk.extras/index.json 164ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.io.pipelines/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/msbuild.sdk.extras/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.pipelines/index.json OK https://apiint.nugettest.org/v3/registration5-gz-semver2/system.io.pipelines/index.json 154ms GET https://api.nuget.org/v3/registration5-gz-semver2/stylecop.analyzers.unstable/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.io.pipelines/index.json 240ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/stylecop.analyzers.unstable/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/stylecop.analyzers.unstable/index.json 156ms OK https://api.nuget.org/v3/registration5-gz-semver2/stylecop.analyzers.unstable/index.json 279ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.buffers.primitives/index.json GET https://api.nuget.org/v3/registration5-gz-semver2/system.buffers.primitives/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.buffers.primitives/index.json 171ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.collections.sequences/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.buffers.primitives/index.json 241ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.sequences/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.collections.sequences/index.json 81ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.binary/index.json NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.collections.sequences/index.json 155ms GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.binary/index.json OK https://api.nuget.org/v3/registration5-gz-semver2/system.binary/index.json 247ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.binary/index.json 158ms GET https://api.nuget.org/v3/registration5-gz-semver2/system.slices/index.json GET https://apiint.nugettest.org/v3/registration5-gz-semver2/system.slices/index.json NotFound https://api.nuget.org/v3/registration5-gz-semver2/system.slices/index.json 89ms NotFound https://apiint.nugettest.org/v3/registration5-gz-semver2/system.slices/index.json 155ms Total number of results gathered : 766 Gathering dependency information took 49.98 sec Summary of time taken to gather dependencies per source : https://apiint.nugettest.org/v3/index.json - 49.66 sec C:\Users\v-luzh\source\repos\SinglePage\packages - 62 ms https://api.nuget.org/v3/index.json - 46.17 sec Attempting to resolve dependencies for multiple packages. update-package : Unable to find package 'Microsoft.Web.Infrastructure'. Existing packages must be restored before performing an install or update. At line:1 char:1 + update-package -verbose + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Update-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand Time Elapsed: 00:00:50.6516178

zivkan commented 2 years ago

I confirm I can repro it as well. The log clearly shows

OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.web.infrastructure/index.json 1207ms

And the project restores and build successfully before trying to update packages, so whatever error is really happening, the error message seems misleading. 😕

themattman18 commented 2 years ago

I am getting a similar issue but I'm not sure if it's related. I have an internal-to-my-company nuget that has a dependency on Azure.Monitor.OpenTelemetry.Exporter. When I try to update the nuget I made, I get an error.

update-package : Unable to resolve dependency 'Azure.Monitor.OpenTelemetry.Exporter'. Source(s) used: 'My Company', 'Nuget v2', 'Nuget v3'. At line:1 char:1 + update-package SSI.Jobs.Library.Fabric -verbose + ~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Update-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand

You can see in the PMC output that it does seem to find Azure.Monitor.OpenTelemetry.Exporter

GET https://www.nuget.org/api/v2/FindPackagesById()?id='Azure.Monitor.OpenTelemetry.Exporter'&semVerLevel=2.0.0 GET http://mycompanynugetsource:81/nuget/default/FindPackagesById()?id='Azure.Monitor.OpenTelemetry.Exporter'&semVerLevel=2.0.0 GET http://mycompanynugetsource:81/nuget/default/FindPackagesById()?id='Azure.Monitor.OpenTelemetry.Exporter'&semVerLevel=2.0.0 OK https://www.nuget.org/api/v2/FindPackagesById()?id='Azure.Monitor.OpenTelemetry.Exporter'&semVerLevel=2.0.0 59ms OK https://api.nuget.org/v3/registration5-gz-semver2/azure.monitor.opentelemetry.exporter/index.json 187ms OK http://mycompanynugetsource:81/nuget/default/FindPackagesById()?id='Azure.Monitor.OpenTelemetry.Exporter'&semVerLevel=2.0.0 301ms

I am able to install the nuget separately but it fails when it's a dependency.

VS version: 2022 and 2019

themattman18 commented 2 years ago

pmc_output.txt

zivkan commented 2 years ago

@themattman18 please upvote (👍 ) the first comment in this issue, as we use this (along with other signals) when prioritizing work: https://github.com/NuGet/Home/blob/dev/Issue-Triage-Policy.md#up-voting-a-feature-requestbug

v-luzh commented 6 months ago

It is fixed on VS Main\34912.06 + NuGet Client Dev\6.11.0.49. I will close it soon, thanks.