Other articles


  1. Script to turn on "Treat Warnings as Errors"

    This PowerShell script recursively finds all .csproj files in a directory and sets "Treat warnings as errors" to "All" for every one of them that doesn't already have it set. I definitely prefer this compilation option, but on larger systems getting those all flipped can be a tedious process.

    get-childitem …
    read more

    There are comments.

links

social