All general purposes and low level libraries used by Leoxia organization.
This repository is a clone of Leoxia.Core on GitLab
OS | Compiler | Status |
---|---|---|
Windows | Visual Studio 2017 |
To be part of Lx.Core, a library must:
- Contain classes easy to reuse in any kind of context.
- Contain classes with an intended unique implementation: That must remain unique now and ever in the company.
- Contain only the official implementations of general purpose classes.
- Be a .NetLibrary lesser or equal to 1.5
- Be tested by the relevant test library.
- Be named Leoxia.[Namespace] with Namespace existing in System or being a similar general-use name. Refer to namespace rules.