SkillAgentSearch skills...

EnhanceDebugging

Biml Debugging

Install / Use

/learn @sorrell/EnhanceDebugging
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EnhanceDebugging

Biml Debugging

A quick example of how to employ BIML debugging.

For Your Own Use

  1. Grab the Biml directory and place it into your project
  2. Configure the Config.cs file accordingly
  3. Change 1.Environment.biml to point at your landing folder for the flat files
  4. Include this line in your BIML files: <#@ include file="Path\To\Debug.csbiml"#>
  5. Wrap your BIML files, inside the <BIML> tags, with the following:
 <# try { #>
 <# } catch (Exception ex) { 
        Debug.BimlDump(this.GenerationEnvironment.ToString(), Host.TemplateFile); 
      } #>
  1. Select the files in the following in order to compile (4, 3, 2, 1) then right click and Generate SSIS Packages
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks1

Security Score

65/100

Audited on Jan 2, 2023

No findings