Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stazz/utilpack
Home of UtilPack - library with various useful and generic stuff for .NET.
https://github.com/stazz/utilpack
scram scram-sha-1 scram-sha-256 scram-sha-512
Last synced: about 1 month ago
JSON representation
Home of UtilPack - library with various useful and generic stuff for .NET.
- Host: GitHub
- URL: https://github.com/stazz/utilpack
- Owner: stazz
- Created: 2017-05-18T18:01:58.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-16T15:34:13.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T00:23:41.577Z (8 months ago)
- Topics: scram, scram-sha-1, scram-sha-256, scram-sha-512
- Language: C#
- Homepage:
- Size: 1.77 MB
- Stars: 17
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/9d0wp07j7vo9f4qc/branch/develop?svg=true)](https://ci.appveyor.com/project/stazz/utilpack/branch/develop)
# UtilPack
Home of UtilPack - library with various useful and generic stuff for .NET Desktop and Core, and also for managing NuGet packages and assemblies.## Projects
There are currently 8 projects in UtilPack repository, with 1 being project for (currently small amount of) tests.## Migration
The UtilPack.NuGet.* projects have migrated to [NuGetUtils](https://github.com/stazz/NuGetUtils) repository.
The UtilPack.Cryptography.* projects have migrated to [FluentCryptography](https://github.com/stazz/FluentCryptography) repository.
The UtilPack.ResourcePooling.* (except .NetworkStream) projects have migrated to [ResourcePooling](https://github.com/stazz/ResourcePooling) repository.
The UtilPack.Configuration.NetworkStream and UtilPack.ResourcePooling.NetworkStream projects have migrated to [IOUtils](https://github.com/stazz/IOUtils) repository.
The UtilPack.AsyncEnumeration projet has migrated to [AsyncEnumeration](https://github.com/stazz/AsyncEnumeration) repository.### Documentation
The current projects are browsable in the [source directory](./Source/Code).## Portability
UtilPack is designed to be extremely portable.
Currently, most of the projects target .NET 4+ and .NET Standard 1.0+.