-
Notifications
You must be signed in to change notification settings - Fork 2
Developer Manual
Mark Junker edited this page Jun 7, 2018
·
1 revision
-
Requires Visual Studio 2017
-
master
- Use the
Debug
,Release
configurations.
- Use the
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
- Code Contracts
- Pex, part of Visual Studio 2017 Enterprise
Just create a fork (for changes) or a clone (for read-only access).