Skip to content

csdahlberg/CodeTiger.Core

Repository files navigation

CodeTiger.Core

Gitter NuGet Status

CodeTiger.Core is a .NET library that provides a variety of reusable functionality, including packed integers (PackedInt16, PackedInt32, and PackedInt64), guard methods, various extension methods, and classes related to the Task Parallel Library (AsyncLazy, AsyncLock, AsyncAutoResetEvent, and AsyncManualResetEvent).

Documentation can be found in the wiki.

Source code

  • Clone the sources: git clone https://github.com/csdahlberg/CodeTiger.Core.git

Building

Building CodeTiger.Core in Visual Studio 2019 or newer

To get started on Visual Studio 2019:

  1. Install Visual Studio 2019. The Community edition will work.
  2. Clone the source code (see above).
  3. Open CodeTiger.Core.sln solution in Visual Studio 2019.

How to Engage, Contribute and Provide Feedback

Before you contribute, please read through the contributing guide.

You are also encouraged to join the chat on Gitter (see above) or start a discussion by filing an issue or creating a gist.

License

CodeTiger.Core is licensed under the MIT license.