petabridge / akka-bootcamp

Self-paced training course to learn Akka.NET fundamentals from scratch
http://learnakka.net/
Apache License 2.0
1.04k stars 1.57k forks source link

Bugs in Akka.NET Bootcamp Unit 1 #323

Open JoeMarkov opened 2 years ago

JoeMarkov commented 2 years ago

Here's some bugs I found in the bootcamp:

Item #1 In the 'Akka.NET Bootcamp Unit 1' email it says:

o get started, go to the /DoThis/ folder and open WinTail.sln.

However there is no sln file in the project. Should be the csproj instead?

Item #2 In Lesson1 we are supposed to add 'Install-Package Akka' and 'using Akka.Actor;' to the program.cs class. But the package and using statement is already present in the DoThis starter-code

Wittran commented 2 years ago

This is still an issue. And without the sln file, it seems to be impossible to install akka...

jphiggs commented 2 years ago

image

Where are the maintainers of Bootcamp?