jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
77 stars 21 forks source link

treat compiler warnings as errors in the release build #176

Closed jonsequitur closed 7 years ago

jonsequitur commented 7 years ago

The release build is the one that AppVeyor builds. My goal in not turning this on in the debug build is to keep the developer experience as fast as possible.

JayBazuzi commented 7 years ago

If you ever want to do this just on appveyor (that's what I do), add these lines to your appveyor.yml:

environment:
  TreatWarningsAsErrors: true