https://github.com/emzi0767/common
Assortment of various common types and utilities for my other programming projects.
https://github.com/emzi0767/common
csharp csharp-library dotnet dotnet-core dotnet-framework library netcore netfx
Last synced: about 1 year ago
JSON representation
Assortment of various common types and utilities for my other programming projects.
- Host: GitHub
- URL: https://github.com/emzi0767/common
- Owner: Emzi0767
- License: apache-2.0
- Created: 2019-01-21T12:46:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T20:26:53.000Z (about 4 years ago)
- Last Synced: 2024-05-15T20:16:09.359Z (about 2 years ago)
- Topics: csharp, csharp-library, dotnet, dotnet-core, dotnet-framework, library, netcore, netfx
- Language: C#
- Homepage: https://emzi0767.com/Projects
- Size: 166 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Contributing: .github/CONTRIBUTING.MD
- License: LICENSE.TXT
- Code of conduct: .github/CODE_OF_CONDUCT.MD
Awesome Lists containing this project
README
# Emzi's Common Code
[![NuGet][2]][1]
This library is a collection of reusable components I use across my various projects. While contributions are not
unwelcome, you will need to provide me with a solid reason as to why your code should be included.
## Requirements
The library is built for .NET 8. Some prior versions of this library support older targets, but note that their API is
also more limited as a result. These targets are the ones I use in my personal projects, and I simply have no need to
target older runtimes.
## Installation and usage
You can obtain the latest stable releases from [NuGet][1]. To test latest features, you can build the `master` branch
yourself.
## Documentation and examples
The library is very small, and as all members are documented via XML docs, you should have no problems navigating
around using just IntelliSense.
If you need more information, just browse the source.
[1]: https://nuget.org/packages/Emzi0767.Common
[2]: https://img.shields.io/nuget/v/Emzi0767.Common.svg?style=for-the-badge&label=NuGet