Skip to content

Treat warnings as errors #41

Description

@atifaziz

Following on from the comment as part of issue #30:

I'm adamant that we maintain "Treat Warnings as Errors" when building. I think Warnings are a weird concept - if the compiler guys are warning you, you should be worried. Almost every .net project that I've worked on in the past decade has had that setting enabled and I've never regretted it.

I'm absolutely fine on this as long as we suppress warning CS1591, “Missing XML comment for publicly visible type or member…”. When XML docs generation is on and any members of the public API are not documented then those warnings become errors and you can't build, experiment and spike anymore. It kills the speed of your thought & drains creative juices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions