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
I'm not sure if there's much of an existing ecosystem around these interfaces, but if there is, taking a dependency on these packages could enable existing libraries to also work with Mono.TextTemplating.
Unfortunately, Mono.TextTemplating would have to make a few breaking changes. While TypeForwardToAttribute would mitigate most of the of breaks, there are still two that make me wonder if this would be worth it:
This would add ProvideTemplatingAppDomain to the .NET Standard versions of ITextTemplatingEngineHost.
This would require additional assembly references during transformation. This may be breaking because custom hosts may not currently be implementing ResolveAssemblyReference. Case in point, DummyHost in the tests currently just throws.
The text was updated successfully, but these errors were encountered:
The Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 and 10.0 packages include assemblies for netstandard2.0. They include the following interfaces:
I'm not sure if there's much of an existing ecosystem around these interfaces, but if there is, taking a dependency on these packages could enable existing libraries to also work with Mono.TextTemplating.
Unfortunately, Mono.TextTemplating would have to make a few breaking changes. While
TypeForwardToAttribute
would mitigate most of the of breaks, there are still two that make me wonder if this would be worth it:The text was updated successfully, but these errors were encountered: