Skip to content

Commit

Permalink
Treat warnings as errors
Browse files Browse the repository at this point in the history
Closes #163
  • Loading branch information
cmeeren committed Oct 23, 2019
1 parent 14263ef commit a419ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elmish.WPF/Elmish.WPF.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageTags>WPF F# fsharp Elmish Elm</PackageTags>
<Version>3.5.1</Version>
<PackageReleaseNotes>Improve performance of Binding.oneWaySeq, Binding.oneWaySeqLazy, and Binding.subModelSeq</PackageReleaseNotes>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!--Turn on warnings for unused values (arguments and let bindings) -->
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
</PropertyGroup>
Expand Down

0 comments on commit a419ebf

Please sign in to comment.