You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I hadn't read properly the Readme.md and didn't install the latest sdk as Readme says :)
The latest version on my machine was 8.0.204 at that moment
I cloned the repo git clone https://github.com/dotnet/eShop.git
Tried to restore Nuget packages
And got the error
and about 30k compile-time errors
BTW, before I downloaded the 8.0.401 sdk, the approach with latest sdk's version in the global.json was fixing the problem. However, I suppose, that isn't an appropriate solution. { "sdk": { "version": "latest", "rollForward": "latestFeature", "allowPrerelease": true } }
So, my question is how to make the error more obvious?
I understand that we all have to read the documentation properly, but, frankly speaking, who does it? :)
The text was updated successfully, but these errors were encountered:
git clone https://github.com/dotnet/eShop.git
and about 30k compile-time errors
BTW, before I downloaded the 8.0.401 sdk, the approach with latest sdk's version in the global.json was fixing the problem. However, I suppose, that isn't an appropriate solution.
{ "sdk": { "version": "latest", "rollForward": "latestFeature", "allowPrerelease": true } }
So, my question is how to make the error more obvious?
I understand that we all have to read the documentation properly, but, frankly speaking, who does it? :)
The text was updated successfully, but these errors were encountered: