Developer Manual - FubarDevelopment/QuickGraph GitHub Wiki
Branches
-
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 FrameworkNETSTANDARD_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).