Contributing

    You are encouraged to contribute to Silverback! Please check out the how to contribute guide for guidelines about how to proceed.

    Source Code

    The full source code is available on GitHub

    Versioning

    The Directory.Build.props file in the root of the repository contains the current version of the NuGet packages being built and referenced. The <BaseVersion> and <VersionSuffix> tags can be used to increment the current version.

    Commits

    Please try to follow the Conventional Commits specification for the commit messages.

    Building (NuGet packages)

    The nuget packages can be built locally using the powershell script under /nuget/Update.ps1. Add the -l switch to clear the local nuget cache as well (especially useful when building the same version over and over).

    Testing

    The main solution contains quite a few unit tests and additionally some samples are implemented in a separate solution.

    Contributors

    Thank you to all the present and future contributors. You are amazing!

    • Improve this doc
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini