[PR #194] [CLOSED] [WIP] Make tt generator automatically run on build and exclude Specs.cs from source control #859

Open
opened 2026-01-29 14:46:31 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/194
Author: @leotsarev
Created: 1/8/2018
Status: Closed

Base: masterHead: auto-tt


📝 Commits (8)

  • ad55b6a Remove Spec.cs from source control
  • 62b41e4 add Clarius.TransformOnBuild to automatically run tt generator
  • 69fa32b merge from master
  • 0445b7a Separate build step to download CommonMark specification once
  • 02b8609 merge from master
  • de1b4c0 forget to remove test messages from DownloadCommonMarkSpec.tt
  • f5226e9 Fix .csproj to make DownloadCommonMarkSpec discoverable by Clarius.TransformOnBuild
  • b5907b1 added .gitignore

📊 Changes

7 files changed (+45 additions, -21292 deletions)

View changed files

📝 .gitignore (+4 -0)
📝 src/Markdig.Tests/Markdig.Tests.csproj (+13 -2)
src/Markdig.Tests/Specs/DownloadCommonMarkSpec.tt (+22 -0)
src/Markdig.Tests/Specs/Specs.cs (+0 -21278)
📝 src/Markdig.Tests/Specs/Specs.tt (+3 -11)
📝 src/Markdig.Tests/project.json (+1 -0)
📝 src/markdig.sln (+2 -1)

📄 Description

fixes #192


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/194 **Author:** [@leotsarev](https://github.com/leotsarev) **Created:** 1/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `auto-tt` --- ### 📝 Commits (8) - [`ad55b6a`](https://github.com/xoofx/markdig/commit/ad55b6a1dc241f4fdbdf9df20dae14235c3cbf5c) Remove Spec.cs from source control - [`62b41e4`](https://github.com/xoofx/markdig/commit/62b41e4e9554bb43ba48f83446392fccc7624f9e) add Clarius.TransformOnBuild to automatically run tt generator - [`69fa32b`](https://github.com/xoofx/markdig/commit/69fa32b214dbd4bbf3ea53ae8798e29efed36b55) merge from master - [`0445b7a`](https://github.com/xoofx/markdig/commit/0445b7a4e740a206c2b6684a6bcef1a6f0bbb9e3) Separate build step to download CommonMark specification once - [`02b8609`](https://github.com/xoofx/markdig/commit/02b86096154d5332652b806d930f6753aeca8c86) merge from master - [`de1b4c0`](https://github.com/xoofx/markdig/commit/de1b4c0a7fdbd537d91e5ca19d43fcaa7acfe9b1) forget to remove test messages from DownloadCommonMarkSpec.tt - [`f5226e9`](https://github.com/xoofx/markdig/commit/f5226e98f004c5252304306fe4dde7be3c31c4ca) Fix .csproj to make DownloadCommonMarkSpec discoverable by Clarius.TransformOnBuild - [`b5907b1`](https://github.com/xoofx/markdig/commit/b5907b19cb9bb4fc2e10f2d5366b1340758681fb) added .gitignore ### 📊 Changes **7 files changed** (+45 additions, -21292 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+13 -2) ➕ `src/Markdig.Tests/Specs/DownloadCommonMarkSpec.tt` (+22 -0) ➖ `src/Markdig.Tests/Specs/Specs.cs` (+0 -21278) 📝 `src/Markdig.Tests/Specs/Specs.tt` (+3 -11) 📝 `src/Markdig.Tests/project.json` (+1 -0) 📝 `src/markdig.sln` (+2 -1) </details> ### 📄 Description fixes #192 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:46:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#859