Skip to content

Developer Manual

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

External tools

Getting the source code

Just create a fork (for changes) or a clone (for read-only access).

Clone this wiki locally