You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* SWEEP: Changed all T4 templates to use relative path to find CodeGenerationSettings.xml so we don't need to pass a parameter to the templates
* SWEEP: Added BOM to all T4 template files so mono/T4 will also generate the files with a BOM
* Directory.Build.props: Changed ArtifactsDir to use $(RepositoryRoot) instead of $(SolutionDir)
* Added support for generating T4 templates during build (closes#40).
We need to update our build to automatically generate the files that are template-based. Until now, we have been doing this manually.
There is an example of this here: https://github.com/libgit2/libgit2sharp/blob/0e7ec84e1a339e0215b71f85244dd06a06d82d61/LibGit2Sharp/LibGit2Sharp.csproj#L27-L28.
The text was updated successfully, but these errors were encountered: