Open iankode opened 6 months ago
Hello,
As I mentioned recently, the publisher modified the files I sent to them and uploaded the wrong version to the repository. Immediately after receiving the information from you, I contacted the publisher regarding this problem. It seems that the appropriate version of the files is currently already in the repository and there should be no problems with building the solution. I would be very grateful if you could check if everything is working fine and thanks again for reporting the problem!
If you have any questions or problems, I will be happy to help. The easiest way to contact me directly is via the contact details on my website, i.e. https://marcin.com :-)
Have a nice day! Marcin
In Chapter07 the dependencies are broken expecting "..\07-Tree\07-Tree.csproj", whereas actual is "..\Tree\07-Tree.csproj", failing
e.g. errors
bacause those .csproj files are expecting "..\07-Tree\07-Tree.csproj", e.g. [note the "Include=" part]
because the actual independent project saught is (note "Tree" and not "07-Tree")
Unclear when this error has arisen (e.g. author code or QA polishing by Packt), and sad no reviewer caught these errors.
I will shortly provide a PR to address this mismatch, and my approach will be to fix those 4 dependent parents I accept that changing that single independent child would be an alternate fix