Botbuilder-dotnet: Don't require generating Document XML by default

Created on 7 Apr 2018  路  3Comments  路  Source: microsoft/botbuilder-dotnet

Related to #389, we shouldn't require generating document XML by default. It's not a free operation and it does slow down the inner loop for the developer who might just be trying to rapidly prototype or fix bugs and run tests.

The same options laid out in #389 are applicable for this, just that we'd be talking about the <DocumentationFile> build property instead.

Most helpful comment

PR #379 creates a separate documentation config, and removes any of the document generation flags from the debug config that I added earlier.

All 3 comments

PR #379 creates a separate documentation config, and removes any of the document generation flags from the debug config that I added earlier.

This is blocked on a minor merge. @JonathanFingold - if you can fix that quickly, I can get it merged in.

@cleemullins working on it. ETA ~20 minutes, couldn't merge subsequent changes cleanly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lauren-mills picture lauren-mills  路  6Comments

ivorb picture ivorb  路  6Comments

nrandell picture nrandell  路  6Comments

Savvato picture Savvato  路  6Comments

digitaldias picture digitaldias  路  6Comments