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
Many (maybe all?) of our .NET Core tutorials tell users to explicitly run dotnet restore. That's no longer necessary. dotnet restore will be run implicitly on dotnet build or dotnet run.
All our tutorials and samples need to be updated to reflect this change.
Note that this will include the tutorials in the C# Guide, and the F# Guide.