-
the fork is located [here](https://github.com/SubSonic-Core/SubSonic.Core.TextTemplating).
I have done a lot of work to ensure that ParsedTemplate, TemplateSettings and the Templating interfaces ar…
-
- Automate manual step of copying T4 files
- Automate copying of package dependencies
https://github.com/NuGet/Home/issues/4837
dadhi updated
7 months ago
-
Sorry if this is a newbie question...I have been using the old VS T4 templating tools and we are moving to netstandard and .NET Core. In VS T4 we would create a .tt flie setting the custom tool prope…
-
The `BLASTER` environment variable also has a `T` ("type") parameter, which is used to specify which revision or type of Sound Blaster is installed. SBEMU doesn't appear to currently include that para…
-
I'm seriously considering archiving this project.
T4 has long been surpassed by far more capable templating alternatives (i.e. [Scriban](https://github.com/lunet-io/scriban) and may others) and th…
-
Visual Studio peaks at the `template` directive's `language` argument to determine the default output extension. It uses `.cs` for C# and `.vb` for VB. If the language argument isn't specified, it ass…
-
Mono.TextTemplating.TemplatingEngineException: Not a valid .NET Core host
at Mono.TextTemplating.TemplatingEngine.GetOrCreateCompiler() in /_/Mono.TextTemplating/Mono.TextTemplating/TemplatingEngi…
-
# Problem
I have this directive in my .tt file:
``
When using VS or Rider's built-in text templating, this produces an output `.gen.cs`. But when using T4.Build, it outputs `.gen.gen.cs`.
…
-
Mono runtime issue.
Attempt to execute the following code (originates from [Jupyter F# kernel issue](https://github.com/fsprojects/IfSharp/issues/143))
```F#
let n = 100 // 92 and below is fine…
-
I having this error when running my app in azure app service in windows with net 5.
**Could not find a part of the path 'C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref'**
I think is…