Posibility to exclude code in RELEASE mode
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 52
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
When you write one code with debugging lines, you don't want to appear these lines in the final release.
It is not possible the use "#if DEBUG ... #endif" just the T4 is a compiler.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how the T4 compiler handles templates and whether it has any release or debug context available. The issue is done when a documented approach can exclude debugging lines from generated release output without relying on unsupported #if DEBUG directives.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100