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

https://github.com/ktwrd/csharp-kate.shared

Shared resources between my personal projects and work-related projects.
https://github.com/ktwrd/csharp-kate.shared

csharp eto-forms library

Last synced: 9 months ago
JSON representation

Shared resources between my personal projects and work-related projects.

Awesome Lists containing this project

README

          

# kate.shared

![license](https://img.shields.io/github/license/ktwrd/csharp-kate.shared) [![kate.shared - version](https://img.shields.io/github/v/tag/ktwrd/csharp-kate.shared?sort=date&label=latest%20version)](https://nuget.org/packages/kate.shared) [![kate.shared.CommandLine - version](https://img.shields.io/nuget/v/kate.shared.CommandLine?label=kate.shared.CommandLine)](https://nuget.org/packages/kate.shared.CommandLine) [![kate.shared.EtoForms - version](https://img.shields.io/nuget/v/kate.shared.EtoForms?label=kate.shared.EtoForms)](https://nuget.org/packages/kate.shared.EtoForms)

kate's C# Shared Library!

A series of utility/helper classes to make my life easier with rapidly developing projects at home, and at work.

## Supported .NET Versions
- ✔️ - Supported and working.
- ⚠️ - Not Tested
- ❌ - Not Supported

| Supported .NET Version | `kate.shared` | `kate.shared.CommandLine` | `kate.shared.EtoForms` |
| ---------------------- | ------------- | ------------------------- | ---------------------- |
| 9.x | ✔️ | ⚠️ | ⚠️ |
| 8.x (recommended) | ✔️ | ✔️ | ✔️ |
| 6.x | ✔️ | ✔️ | ✔️ |
| Framework 4.x | ⚠️ | ⚠️ | ❌ |
| Framework 3.x | ⚠️ | ⚠️ | ❌ |
| Framework 2.x | ⚠️ | ⚠️ | ❌ |
| Core 3.x | ⚠️ | ⚠️ | ❌ |
| Core 2.x | ⚠️ | ⚠️ | ❌ |
| Core 1.x | ⚠️ | ⚠️ | ❌ |

**Notes**
- .NET Framework 4.x to 2.x, and .NET Core 3.x to 1.x are inferred since `kate.shared` and `kate.shared.CommandLine` both target `netstandard2.0`.

## License
The code for `kate.shared` and all projects in this repository are licensed under the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0). Please see [the license file](LICENSE.md) FOR MORE INFORMATION.

[tl;dr](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
You can do what you want with the software, as long you include the required notices (which would be the license & copyright). The developers aren't liable for anything bad that happens.