-
The T4.BuildTools package seems to compile t4 files against a different version of .net depending on if the build is run from visual studio vs dotnet build.
My Project file looks like:
```
…
-
1. I18N.
2. Select part of template file to generate.
3. Remove dependency dll, integration [mono t4](https://github.com/mono/t4)
4. Support MySql.
5. Add template:LayUI, Vue etc.
6. Comp…
-
I'm struggling to reference a class that I have defined. I created a step-by-step example of what I'm trying to do:
```powershell
mkdir t4test
cd t4test
dotnet new classlib
echo "namespace Progra…
-
I need to refer a class declared in a separate assembly. Since my code generation happens as a pre-build event and the classes generated must be added to the build, I need to refer the assembly in the…
-
We have a visual studio solution containing multiple csharp projects, each project has a t4 tool running on build.
Sometimes when building the solution we get the following error.
Maybe running mult…
-
This is a tracking issue to audit the public embedding API for correctness with respect to assembly load context support.
The goal is to consider how each function in the headers below will behave …
-
Hi!
Would you be willing to integrate this into the upstream [mono/t4](https://github.com/mono/t4) repo? I've developed similar functionality and before I publish I'd love to integrate them rather …
-
After installing it fail to run with the following error:
> System.AggregateException: One or more errors occurred. (Could not find a part of the path '/usr/local/share/dotnet/x64/sdk'.)
> ---> S…
-
VS T4 supports escaping `
-
Hello! I have run into an issue in the T4 tool where passing a value to the command line with an equal sign in it.
You can find the original issue filed here: https://github.com/mono/t4/issues/71
…
APIWT updated
4 years ago