Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build Microdot Solution #361

Open
suchym opened this issue Jan 26, 2021 · 1 comment
Open

Cannot build Microdot Solution #361

suchym opened this issue Jan 26, 2021 · 1 comment

Comments

@suchym
Copy link

suchym commented Jan 26, 2021

I downloaded source code of Microdot and I tried to compile solution.
I got exception while paket tries to download Gigya.OrleansDashboard.NetStandard 3.0.8.

Here is message:

Downloading Gigya.OrleansDashboard.NetStandard 3.0.8
Source 'http://nuget.gigya.net/nugetForVS/nuget' exception: System.Exception: Could not retrieve data from 'http://nuget.gigya.net/nugetForVS/nuget/FindPackagesById()?semVerLevel=2.0.0&id='Gigya.OrleansDashboard.NetStandard'' ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'nuget.gigya.net'
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at [email protected](Exception _arg1)
at [email protected](AsyncParams1 args) --- End of inner exception stack trace --- at [email protected](Exception _arg3) at [email protected](AsyncParams1 args)
Something went wrong while downloading Gigya.OrleansDashboard.NetStandard 3.0.8
Message: Could not download Gigya.OrleansDashboard.NetStandard 3.0.8.

I was able to work with version 3.0.5. My currently downloaded version is 3.1.6.

@piotrbulkowski
Copy link

Reproduced in latest version, looks like nuget.gigya.net is down/innaccessible to public network.
Gigya.ServiceContract can be swapped with a nuget version, but I couldn't find a public mirror of gigya.orleansdashboard.netstandard
Possible Performance degradation, blacklist '1_http://nuget.gigya.net/nugetForVS/nuget/Packages(Id='gigya.orleansdashboard.netstandard',Version='3.0.8')' Possible Performance degradation, blacklist '1_http://nuget.gigya.net/nugetForVS/nuget/Packages(Id='Gigya.OrleansDashboard.NetStandard',Version='3.0.8')' Possible Performance degradation, blacklist '2_http://nuget.gigya.net/nugetForVS/nuget/Packages?$filter=(Id eq 'Gigya.OrleansDashboard.NetStandard') and (NormalizedVersion eq '3.0.8')' Possible Performance degradation, blacklist '2_http://nuget.gigya.net/nugetForVS/nuget/Packages?$filter=(tolower(Id) eq 'gigya.orleansdashboard.netstandard') and (NormalizedVersion eq '3.0.8')' Possible Performance degradation, blacklist '2_http://nuget.gigya.net/nugetForVS/nuget/Packages?$filter=(Id eq 'Gigya.OrleansDashboard.NetStandard') and (Version eq '3.0.8')' Possible Performance degradation, blacklist '2_http://nuget.gigya.net/nugetForVS/nuget/Packages?$filter=(tolower(Id) eq 'gigya.orleansdashboard.netstandard') and (Version eq '3.0.8')' Source 'http://nuget.gigya.net/nugetForVS/nuget' exception: System.Exception: Could not retrieve data from 'http://nuget.gigya.net/nugetForVS/nuget/FindPackagesById()?semVerLevel=2.0.0&id='Gigya.OrleansDashboard.NetStandard'' ---> System.Ne

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants