EnhanceDebugging
Biml Debugging
Install / Use
/learn @sorrell/EnhanceDebuggingREADME
EnhanceDebugging
Biml Debugging
A quick example of how to employ BIML debugging.
For Your Own Use
- Grab the
Bimldirectory and place it into your project - Configure the
Config.csfile accordingly - Change
1.Environment.bimlto point at your landing folder for the flat files - Include this line in your BIML files:
<#@ include file="Path\To\Debug.csbiml"#> - Wrap your BIML files, inside the <BIML> tags, with the following:
<# try { #>
<# } catch (Exception ex) {
Debug.BimlDump(this.GenerationEnvironment.ToString(), Host.TemplateFile);
} #>
- Select the files in the following in order to compile (4, 3, 2, 1) then right click and
Generate SSIS Packages
View on GitHub65/100
Security Score
Audited on Jan 2, 2023
No findings
