DEMA Consulting template project for DotNet Libraries, demonstrating best practices for building reusable .NET libraries.
This template demonstrates:
- Simple Library Structure: Demo class with example methods
- Multi-Platform Support: Builds and runs on Windows and Linux
- Multi-Runtime Support: Targets .NET 8, 9, and 10
- MSTest V4: Modern unit testing with MSTest framework version 4
- Comprehensive CI/CD: GitHub Actions workflows with quality checks and builds
- Documentation Generation: Automated build notes, user guide, code quality reports, requirements, justifications, and trace matrix
Install the library using the .NET CLI:
dotnet add package TemplateDotNetLibraryusing TemplateDotNetLibrary;
var demo = new DemoClass();
var result = demo.DemoMethod("World");Generated documentation includes:
- Build Notes: Release information and changes
- User Guide: Comprehensive usage documentation
- Code Quality Report: CodeQL and SonarCloud analysis results
- Requirements: Functional and non-functional requirements
- Requirements Justifications: Detailed requirement rationale
- Trace Matrix: Requirements to test traceability
Copyright (c) DEMA Consulting. Licensed under the MIT License. See LICENSE for details.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.