https://github.com/sketch7/dotnet.libs
.NET Standard libraries which contains utilities and extensions
https://github.com/sketch7/dotnet.libs
csharp dotnet extensions netstandard utilities
Last synced: 2 months ago
JSON representation
.NET Standard libraries which contains utilities and extensions
- Host: GitHub
- URL: https://github.com/sketch7/dotnet.libs
- Owner: sketch7
- License: mit
- Created: 2019-03-20T21:35:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T22:09:43.000Z (about 5 years ago)
- Last Synced: 2025-08-21T23:53:28.397Z (11 months ago)
- Topics: csharp, dotnet, extensions, netstandard, utilities
- Language: C#
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Sketch7 Core Libraries
All libraries are developed in .NET Standard
> *NOTE: This project is under development and is not intended for general production use yet.*
## Features
- **Core** utilities and extensions
### Commands
```bash
# run tests
npm test
# nuget pack (only)
npm run pack
# nuget publish dev (pack + publish + clean)
npm run publish:dev
```
## Contributing
1. [Create an issue](https://github.com/sketch7/sketch7.netcore.libs/issues)
2. Let's find some point of agreement on your suggestion.
3. Fork it!
4. Submit a pull request :D