You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Junker edited this page Jun 7, 2018
·
1 revision
Branches
Requires Visual Studio 2017
master
Use the Debug, Release configurations.
The Debug configuration enables code contracts
As you may notice, the same codebase is used for .NET 4.6.1 and .NET Standard 2.0. Everything that is older requires conditional compilation. The code base defines two constants:
NETFRAMEWORK for full .NET Framework
NETSTANDARD_PRE_2_0 for .NET Standard older than 2.0