dotnet / dotnet/machinelearning
Ensure samples auto-generated .cs files are in-sync with .tt files
Open
area-Infrastructure
documentation
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
For trainers' samples, we're using T4 templates to reduce boilerplate code. This creates a problem when devs directly modify the autogenerated .cs files, which will make the .tt and .cs files out of sync. We need a way to check that auto-generated .cs files don't have any manual changes.
Contributor guide
Assessment
This issue has not been assessed yet.