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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: