dotnet / dotnet/project-system
Simplify T4
Open
Feature-Project-File-Simplification
Triage-Investigate
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Using T4 typically looks like this:
```xml
TextTemplatingFileGenerator
EnumerableExt.generated.cs
True
True
EnumerableExt.tt
```
It is needlessly verbose, could just be:
```xml
```
Contributor guide
Assessment
This issue has not been assessed yet.