NancyFx / Nancy

Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
http://nancyfx.org
MIT License
7.15k stars 1.47k forks source link

How to setup Visual Studio to work without CORE symbol? #2961

Open allan-silva opened 5 years ago

allan-silva commented 5 years ago

Prerequisites

Hi, I had never work in a project with multiple targets and compilation symbols. Is it possible to configure Visual Studio to debug Nancy project with non "CORE" code? For instance, the class bellow is disabled to me on Visual Studio:

image