https://github.com/x1nto/sharplin
A collection of .NET extensions to boost your productivity.
https://github.com/x1nto/sharplin
csharp csharp-library csharp10 dotnet dotnet6 extensions helpers
Last synced: about 1 month ago
JSON representation
A collection of .NET extensions to boost your productivity.
- Host: GitHub
- URL: https://github.com/x1nto/sharplin
- Owner: X1nto
- License: apache-2.0
- Created: 2022-01-12T18:53:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T11:49:12.000Z (over 3 years ago)
- Last Synced: 2025-08-23T21:16:39.390Z (about 1 month ago)
- Topics: csharp, csharp-library, csharp10, dotnet, dotnet6, extensions, helpers
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sharplin
[](https://www.nuget.org/packages/Xinto.Sharplin/)Sharplin is a .NET library that provides sweet tools and extensions to help you focus on the parts of your code that matter.
Introduction
-----------
Are you tired of writing some basic logic yourself? Do you want to get lazy? Are you jealous of your Kotlin friends
having a rich stdlib with shortcuts for everything your heart desires? Well, worry not, we got you covered!Sharplin gives you access to simple yet useful .NET extensions to boost your productivity.
Documentation
--------
Head over to [docs](Docs)License
-------```
Copyright (C) 2022 XintoLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```