templating
templating copied to clipboard
dotnet/templating#4142 made template configuration model available via API
Problem
#4142
Solution
Made template configuration model available via API. Model is read-only. To enable creation more refactoring is required.
Checks:
- [x] Added unit tests
- [ ] Added
#nullable enableto all the modified files ? - partially