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.
- Host: GitHub
- URL: https://github.com/ktwrd/csharp-kate.shared
- Owner: ktwrd
- License: apache-2.0
- Created: 2022-07-20T01:27:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-10T06:40:58.000Z (10 months ago)
- Last Synced: 2025-08-29T13:52:36.843Z (9 months ago)
- Topics: csharp, eto-forms, library
- Language: C#
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kate.shared
 [](https://nuget.org/packages/kate.shared) [](https://nuget.org/packages/kate.shared.CommandLine) [](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.