Contains helper methods for async functionality.
Some helpers specifically augment the functionality built into .NET Framework 4.5.2, replicating new features that were added in later releases of .NET Framework as well as .NET Core.
Other helpers apply more broadly, and are applicable to .NET Standard consumers.
Work in Progress | |
---|---|
Build Status (master ) |
||
---|---|---|
Continuous Integration: | ||
Latest Release: |
Published Releases | |
---|---|
This solution consists of a .NET Standard class library and an xUnit test project. It can be built with any version of Visual Studio (2017+) or Visual Studio Code.
The official build/CI process is borrowed from another Git repository - OnionSeed.Build - and imported here as a Git submodule. This shared code encapsulates the entire process using Cake tasks - running them locally produces the same result as running them on a build server (currently AppVeyor).
Windows command prompt:
powershell .\build.ps1
.\build.ps1
Mac\Linux:
./build.sh