A general utilities' library I made from things I use frequently in all of my projects.
Project |
NuGet |
Status |
Tsu |
|
Active |
Tsu.CLI |
|
Abandoned (System.CommandLine and Cocona are better options for this) |
Tsu.Expressions |
|
Maintenance |
Tsu.MVVM |
|
Abandoned (almost never can I inherit from this class as I need to inherit from some other, so a source generator would be a better option in this case) |
Tsu.Parsing.BBCode |
|
Maintenance |
Tsu.StateMachines |
|
Maintenance |
Tsu.Testing |
|
Abandoned (there's no use for this library) |
Tsu.Text.Code |
|
Abandoned (this was just a simple wrapper around IndentedTextWriter and can be replaced by it in most cases) |
Tsu.Timing.MicroProfiler |
|
|
Tsu.TreeSourceGen |
|
Active |
Tsu.Windows |
|
Abandoned (I no longer use Windows nor make any tools that use windows-exclusive features) |
Status legend:
- Abandoned: No longer being developed, use at your own risk. Not used by the author anymore.
- Maintenance: Development done and bug fixes will be provided on a best effort basis. Rarely used by the author.
- Active: Under active development and under support. Considered stable and used regularly by the author.
Abandoned packages' sources can be found in the abandoned/
folder.
-- TODO --
MIT License