Skip to content

Commit

Permalink
Treat warnings as errors in this sample
Browse files Browse the repository at this point in the history
This would have prevented the bug from escaping
  • Loading branch information
rud authored and jeremydmiller committed Jan 14, 2025
1 parent 0840572 commit 556fa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/samples/EventSourcingIntro/EventSourcingIntro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 556fa1d

Please sign in to comment.