akka-bootcamp
akka-bootcamp copied to clipboard
Bugs in Akka.NET Bootcamp Unit 1
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
This is still an issue. And without the sln file, it seems to be impossible to install akka...

Where are the maintainers of Bootcamp?