Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ You can run it using [Visual Studio 2019 Community Edition](https://visualstudio
![image](https://user-images.githubusercontent.com/41350731/76382787-f6d70480-63ad-11ea-8763-bfaf34663d44.png)


### Build the project
Go back to Explorer and press F5 (or go to _Debug_ > _Start Debugging_). You might need to choose a default ISS Express browser that you would like to use to test. I am using MS Edge.
### Build the project
Clean and Rebuild the solution before running the project. (This is to prevent a bug with the Roslyn compiler which can happen when cloning the project from GitHub.)
Then go back to Explorer and press F5 (or go to _Debug_ > _Start Debugging_). You might need to choose a default ISS Express browser that you would like to use to test. I am using MS Edge.

![image](https://user-images.githubusercontent.com/41350731/76382816-0bb39800-63ae-11ea-990f-ccaca3563b78.png)

Expand Down