You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update funding config and improve README support section
Corrected the Ko-fi key in FUNDING.yml. Refactored the README to clarify support options, improve FAQ answers, and reorganize contribution and support sections for better readability.
@@ -74,23 +68,28 @@ The themes based on the original sinks are slightly adjusted to be [WCAG complia
74
68
75
69
You can create your own custom themes by creating a new instance of the [Theme](Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/Themes/Theme.cs) class and passing it to the `RichTextBox` extension method. Look at the [existing themes](Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/Themes/ThemePresets.cs) for examples.
76
70
77
-
## Frequently Asked Questions
71
+
## FAQ
78
72
79
73
### Why is the package name so long?
80
74
81
-
Shorter alternatives were already reserved in the NuGet registry, so a more descriptive name was needed for this implementation. The name is a bit long, but it makes it easier to find the package in the NuGet registry.
75
+
Shorter alternatives were already reserved in NuGet. The descriptive name helps people find it more easily.
76
+
77
+
### Why a WinForms RichTextBox and not WPF?
78
+
79
+
This sink is designed for WinForms apps to avoid pulling in the WPF framework and its dependencies.
80
+
81
+
## Support the Project 💖
82
82
83
-
### Why use a WinForms RichTextBox instead of a WPF RichTextBox?
83
+
This project has been maintained since 2022 and is still actively being developed. If you find it useful, your support will help keep it alive and allow me to dedicate more time to making improvements. Consider supporting through:
84
84
85
-
This sink is specifically designed for WinForms applications to avoid the WPF framework. Using a WPF-based logging component would require adding the entire WPF framework with all its dependencies, greatly increasing the size of the application.
0 commit comments