Libraries¶
The below table lists the different .NET libraries used in Orchard Core Commerce:
| Library | Usage | License |
|---|---|---|
| Orchard Core | Modular and multi-tenant application framework. | BSD-3-Clause |
| Shouldly | Should testing for .NET | BSD license |
| Stripe.net | Portable class library for stripe.com | Apache 2.0 |
The below table lists the different Tests libraries and code analyzers:
| Library | Usage | License |
|---|---|---|
| Lombiq.Analyzers | .NET code analyzers and code convention settings | BSD-3-Clause |
| Lombiq.HelpfulLibraries | libraries that can be handy when developing for Orchard | BSD-3-Clause |
| Lombiq.Tests.UI | Web UI testing toolbox for Orchard Core applications with Selenium | BSD-3-Clause |
| VS Test SDK | Visual Studio Test Platform. | MIT |
| xUnit 3 | Free, open source, community-focused unit testing tool for the .NET Framework. | MIT |
| xUnit VS runner | VSTest runner for xUnit.net. | MIT |