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
The library contains a series of Helpers, under MIT license for use and consumption of any developer.
23
-
The project contains several helpers for the manipulation and management of different types of primitive type:
27
+
The project includes various helpers designed for the manipulation and management of different primitive types:
24
28
- Boolean
25
29
- Byte
26
30
- Enum
@@ -35,6 +39,7 @@ The project contains several helpers for the manipulation and management of diff
35
39
- DateTime
36
40
- Regex
37
41
- XmlDocument
42
+
- DataTable
38
43
39
44
--------------------------------------
40
45
## Contributing
@@ -46,6 +51,11 @@ Want to contribute? Great! Here are a few guidelines.
46
51
3. All code should have a unit test. If you make a feature, there should be significant tests around the feature. If you do a bug fix, there should be a test specific to that bug so it doesn't happen again.
47
52
4. Pull requests should have a single commit. If you have multiple commits, squash them into a single commit before requesting a pull.
48
53
5. Try and follow the code styling already in place.
54
+
55
+
*[Setting up Git](https://docs.github.com/en/get-started/getting-started-with-git/set-up-git)
56
+
*[Fork the repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
57
+
*[Open an issue](https://github.com/sharpcode-it/SharpHelpers/issues) if you encounter a bug or have a suggestion for improvements/features
0 commit comments