Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update building-code.md #1086

Merged
merged 1 commit into from
May 25, 2016
Merged
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
6 changes: 0 additions & 6 deletions Documentation/building-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ You can run (and debug) AutoRest by providing the command line parameters in the

#### Troubleshooting

#####If the Client Runtime project.json shows an error for Newtonsoft.Json, saying that the dependency does not support framework `.NETPortable,Version=4.5,Profile=111`
There is an issue with DNX 1.0.0-rc1 for optional frameworks: [https://github.com/aspnet/dnx/issues/2967](https://github.com/aspnet/dnx/issues/2967). If you have Xamarin files in the directory `C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile111\SupportedFrameworks`, then it will not be able to find the Newtonsoft.Json dependency.

#####If the task runner window in Visual Studio does not show any tasks
Make sure that you have run `npm install` in the root folder.

Expand All @@ -137,9 +134,6 @@ Make sure that you have built the entire `AutoRest.sln` solution.
#####If you see the error `gulp is not recognized as an internal or external command`
`gulp` is located at `C:\Users\[user]\AppData\Roaming\npm\gulp` in Windows after you install it globally.

#####If you see an error about the target framework not being available
Make sure that the correct DNX version is being used with `dnvm upgrade -r coreclr -arch x64`.

# Releasing AutoRest and ClientRuntimes

- [ ] Merge pending PRs into the master branch
Expand Down