Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.04 KB

File metadata and controls

16 lines (9 loc) · 1.04 KB

Setting up

If you don’t already have it, install Visual Studio Community. As part of the install, select .NET desktop as one of the install modules. If you’re limited for bandwidth then speak to one of us about what you can trim from the install. You only need .NET core packages and maybe the JIT debugger.

If you've already installed Visual Studio then make sure that .NET desktop is added through this menu: Tools --> Get tools and features --> .NET Desktop

ReSharper plugin

Ideally you’d also have access to the ReSharper plugin for Visual Studio, as it automates some of the refactoring. It is a paid for product, but there is a 30 day free trial that you can sign up for.

Running the tests

Open this directory in Visual Studio and then open the appropriate solution file for each exercise. There is a test solution for each exercise, right click and Run Tests. The tests should all pass.

If you have any problems, let one of the people running the boot camp know and we will happily help! :)