IntelliTect / EssentialCSharp

This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
https://essentialcsharp.com/
MIT License
387 stars 159 forks source link

Zip file download from github doesn't build due to missing submodule #30

Closed MarkMichaelis closed 5 years ago

MarkMichaelis commented 6 years ago

After downloading the source code zip from github (not using a clone), the project fails to build with the following error: C:\Program Files\dotnet\sdk\2.1.202\NuGet.targets(239,5): error MSB3202: not found project file“C:\Users\...\Documents\EC\submodules\TestTools\IntelliTect.TestTools.Console\IntelliTect.TestTools.Console.csproj”。 [C:\Users\...\Documents\EC\EssentialCSharp.sln]

COsborn2 commented 5 years ago

Submodule references are removed in the current version of the sln. This issue should be resolved