You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Douglas Service <ds...@gmail.com> on 2017/03/18 02:49:23 UTC

Building REEF on Window Sever 2016

If you choose Windows Server 2016 as your development environment, you will
need to install the .NET 3.5 SDK or Style Cop will fail to load. You cannot
do the installation with downloaded media. You must do this by going to
Control Panel -> Turn Windows Features On or Off, click next at the wizard.
Select Role-based or feature-based services and next. Select local server
and next twice. Expand .NET Fremework 3.5 Features and check .NET Framework
 3.5 (includes .NET 2.0 and 3.0).

Doug

Re: Building REEF on Window Sever 2016

Posted by Markus Weimer <ma...@weimo.de>.
On Fri, Mar 17, 2017 at 7:49 PM, Douglas Service <ds...@gmail.com> wrote:
> you will need to install the .NET 3.5 SDK or Style Cop will fail to load.

Thanks for pointing this out! This also means that we won't be able to
use StyleCop in the .NET Core builds, right?

Markus