Skip to content

Commit

Permalink
add Xamarin setup instructions for unit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
skotzko committed Feb 27, 2015
1 parent ae48fb7 commit e75e9ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added images/xamarin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/Unit-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ In Unit 1 you will learn:
5. How to create child actors and actor hierarchies, and how to supervise children with `SupervisionStrategy`.
6. How to use the Actor lifecycle to control actor startup, shutdown, and restart behavior.

## Using Xamarin?
Since Unit 1 relies heavily on the console, you'll need to make a small tweaks before beginning. You need to set up your `WinTail` project file (not the solution) to use an **external console**.

To set this up:

1. Click on the `WinTail` project (not the solution)
2. Navigate to `Project > WinTail Options` in the menu
3. Inside `WinTail Options`, navigate to `Run > General`
4. Select `Run on external console`
5. Click `OK`

Here is a demonstration of how to set it up:
![Configure Xamarin to use external console](../../images/xamarin.gif)


## Table of Contents

1. **[Lesson 1 - Actors and the `ActorSystem`](lesson1/)**
Expand Down

0 comments on commit e75e9ec

Please sign in to comment.