/Teronis.DotNet

This project contains utility, extension and tool functions, but also classes that extends known structures.

Primary LanguageC#MIT LicenseMIT

Teronis.DotNet

Teronis.DotNet is a collection of many subprojects. It has grown since I begun 2018 to summarize the code I use across many projects.

List of Projects

All my projects are uploaded to NuGet.org.

Here a list of project folders that are currently published:

Commonly Used Types: NullableKeyDictionary<KeyType, ValueType> CovariantKeyValuePairCollection<KeyType, ValueType>

Commonly Used Types: IEnumerableGenericExtensions

Commonly Used Types: CollectionSynchronisation<ItemType, ContentType>

Running the Tests

Run specific test in Visual Studio or run all test by typing ./build.cmd test to the console while being in the root directory.

Contributing

You are free to send pull requests.

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details