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
Templates will now be executed using .NET 5. This means it's possible to load .NET 5 assemblies. .NET Core and .NET Standard assemblies still work.
Added $(TargetPath) support for assembly directives: <#@ assembly name="$(TargetPath)" #>. Be aware that the value for $(TargetPath) depends on the active build configuration of the containing project. Using $(TargetPath) is only supported when running templates from the VS extension, not when using the TextTransformCore.exe command line tool.