New global directive

gravatar

Ben Weissman

Brief explanation of the global directive, included in BimlExpress and BimlStudio 2017

published 06.27.17

last updated 06.27.17


Share

Link:

https://www.solisyon.de/new-global-directive-biml/

You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

gravatar

shaun00

3:33pm 07.07.17

This is cool... however I tried to add my assembly reference in a global file but it doesn't seem to like it. The reason being on different builds my assembly might be at a different path and it's a pain editing the reference path every where. Would be nicer to have it in the global file... the compilers seems to need it in every file however.

e.g.

<#@ global active="True" location="top" order="0" scope="Global" #> <#@ template language="C#" #> <#@ assembly name="C:\Code\SemanticInsight.RapidBI\lib\SemanticInsight.Weave.dll" #> <#@ import namespace="SemanticInsight.Weave" #>