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
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
# AridityTeam.Ascorbic
2
2
3
-
The main core platform library for The Aridity Team projects.
3
+
The main platform core library for The Aridity Team projects.
4
4
5
5
This library contains the core functionalities and abstractions that are shared across various projects within The Aridity Team ecosystem.
6
6
It serves as the foundation for building applications and services that adhere to the team's standards and practices.
7
7
8
+
We've made this library available for anyone to use in their projects, in hopes that it will be useful, and make things simple for them in the future.
9
+
10
+
Contributions are always welcome, and it helps improve our other projects as well! To start contributing, you can read
11
+
[CONTRIBUTING.md](https://github.com/aridityteam/ascorbic/blob/master/CONTRIBUTING.md) to help you getting started on your first contribution into project.
12
+
8
13
## Features
9
14
10
15
-**Observable Collections**: A collection that provides notifications when items get added, removed, or when the whole list is refreshed.
@@ -21,12 +26,23 @@ It serves as the foundation for building applications and services that adhere t
21
26
-**Logging**: A logging framework that supports various log levels and output formats, making it easier to track application behavior.
22
27
-**Extensions**: AridityTeam.Ascorbic provides variety of extension methods for base .NET types. (`string`, `TextWriter`, and `Stream`).
23
28
-**Service Management**: A utility that manages registered services, to be used in singleton instances.
24
-
-**Polyfills**: AridityTeam.Ascorbic provides extension methods to be able to use (some of) the latest .NET APIs in older framework runtimes.
29
+
-**Polyfills**: AridityTeam.Ascorbic provides extension methods to be able to use (some of) the latest .NET APIs in older framework runtimes, like .NET Framework v4.7.2.
25
30
26
31
## License
27
32
28
-
This library, and some of other third-party components used is licensed under the MIT/X11 License. License terms may apply here.
33
+
This library, and most of the other third-party components used is licensed under the MIT/X11 License. License terms may apply here.
0 commit comments