Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# Building Services with ASP.NET Web API Building Our Service Adding Web API to a Project

Issue with the Code Challenge Material

It seems that the Gulp file included in the project is now deprecated:

"npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5"

Means we can no longer run our automated tests?

Also, when i upload my solution, I get a load of errors:

IssueTrackerTests.S2CC1Tests.ApplicationStartMethodCallsTheGlobalConfigurationConfigureMethod IssueTrackerTests.S2CC1Tests.ExpectedPackagesHaveBeenInstalled IssueTrackerTests.S2CC1Tests.WebApiConfigClassIsDefined IssueTrackerTests.S2CC1Tests.WebApiConfigFileIsPresentInTheExpectedFolder IssueTrackerTests.S2CC1Tests.GlobalAsaxCsFileIsPresentInTheExpectedFolder

Probably due to alot of the bower packages referenced being deprecated