Skip to content
This repository has been archived by the owner. It is now read-only.

Developer's Good To Know

Siegfried Pammer edited this page Feb 16, 2017 · 3 revisions

Developer's "Good To Know"

  • If your Analyzer or CodeFix uses async/await ALWAYS use .ConfigureAwait(false)!

  • If your VSIX file contains several (actually unneeded) assemblies from output directory:

    Open Property Pages for your VSIX project and check whether the setting Include Debug Symbols is set to true. Set it to false, instead.