An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Sharplin
[![NuGet](https://img.shields.io/nuget/v/Xinto.Sharplin.svg)](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 Xinto

Licensed 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 at

http://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.
```