Consider this library as productivity boost to achieve stated development goals faster in .NET.
- field-proven solutions for everyday problems.
- doesn't add additional 3rd-party dependencies (beside itself of course).
- open source and completely free (MIT).
- faster development by reusing the provided solutions. The more you do it, the faster you'll go.
- And most important of all: Development feels even more like "batteries included".
- CoreLib probably contains more features/solutions than required for your use case. Usually this con should not be a problem, but if a size optimized solution is required, extracting the used parts into the project could be a viable response to this drawback.
- You must read the documentation. If you don't know the provided solutions you don't use them or make them even better.
- Install CoreLib via NuGet (Package Cap.Core)
- Read the documentation to learn how to use the provided solutions