dotnet / dotnet/project-system

Simplify T4

Open
#6,735 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.