Uh oh!
There was an error while loading. Please reload this page.
- 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,Releaseconfigurations.
- 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:
NETFRAMEWORKfor full .NET FrameworkNETSTANDARD_PRE_2_0for .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).