Skip to content

Commit

Permalink
Merge pull request #395 from brntsllvn/patch-1
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
JakeGinnivan committed Aug 11, 2016
2 parents ea1bd9a + 4ac58c9 commit e802ae0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@ You can install Shouldly by copying and pasting the following command into your

Once you're familiar with Git and GitHub, clone the repository and start contributing.

**Potential setup issues and solutions**

`"C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found.`

* Microsoft has [acknowledged this bug](https://docs.microsoft.com/en-us/dotnet/articles/core/windows-prerequisites) and it can be fixed by...
* Opening command prompt
* Navigating to the directory containing your Visual Studio upgrade installer ([get the installer here](https://www.microsoft.com/net/core#windows))
* Running the following: DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1
* Restarting Visual Studio
* Opening Shouldly solution

`Missing .NET Framework 3.5 reference`

* [Enable .NET 3.5 by following these instructions](https://msdn.microsoft.com/en-us/library/hh506443(v=vs.110).aspx#ControlPanel)

If you need inspiration for which issue to pick up have a look for the [Jump-In](https://github.com/shouldly/shouldly/labels/Jump-In) label on issues which are put on issues which are ready to be picked up by anyone.

## Pre-requisites for running on build server
Expand All @@ -79,4 +94,4 @@ If you are interested in helping out, jump on gitter and have a chat
- Xerxes Battiwalla
- Anthony Egerton
- Peter van der Woude
- Jake Ginnivan
- Jake Ginnivan

0 comments on commit e802ae0

Please sign in to comment.